I have in some documentation for a Dreamweaver plugin that I am doing that says the following:
void ** connectionData p>• The connectionData argument is to process the data that the agent wants Dreamweaver to pass by when invoking other API functions.
void ** connectionData p>
• The connectionData argument is to process the data that the agent wants Dreamweaver to pass by when invoking other API functions.
I have no other information than a guide on connectionData. Thinking literally, I realized that the descriptor refers to a common descriptor, however I can not find documentation on working with common handles with respect to C.
HANDLE h = connectionData;
It will compile in my code. How exactly do I get “secrets” inside this data structure / can someone explain how the general handles for working C work?
, ; lib/API, lib , .
, , lib.
, connectionData -. , connectionData, . , , , HANDLE, , , void *
"", , ( - ), connectionData, . , , .
, , , , , , API.
C "", API . , .
, API , , , .
Source: https://habr.com/ru/post/1756032/More articles:Reading in Intel Hex file to sort C ++ - c ++LINQ To SQL - получать последние записи, соответствующие условиям where - linq-to-sqljquery find integer inside string - jqueryMVVM Light - WP7 Page / Applications - windows-phone-7Can you use ConcurrentDictionary to match one to many? - c #How to implement a custom delimited container in Flex 4? - flex4Globe with rpm python module? - pythonHow to get atomic value between element nodes using XPath - javaCheck if the application works with PackageMaker - macosJQuery colorbox: initialize gallery by click - jqueryAll Articles