Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Look in the section "Pointers" on the website www.codenet.ru/db/vfp/winapi
In your case:
LPDATAOBJECT - a pointer to some object
LPCITEMIDLIST - a pointer to a constant list from ITEMID
You are probably right and I did not quite correctly ask the question. Let me explain the essence: I am trying to write an extension for Windows Explorer (using COM), in the example I found, such types / macros are used. I would like to know what these macros are
If your code using these macros compiles, then their definitions are present on your system. Why not just search for them with grep, for example?
I advise you to study the IDE you are using. Each has its own parser, with its help go to the definition of the method / macro / function
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question