K
K
KPIshnik2014-01-25 17:23:57
C++ / C#
KPIshnik, 2014-01-25 17:23:57

Where can I find a description of const types in c++/com?

Dear users, help me understand the essence and purpose of data types (I used Google, but I could not find anything intelligible):
LPDATAOBJECT
LPCITEMIDLIST

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dmitry, 2014-01-25
@KPIshnik

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

K
KPIshnik, 2014-01-25
@KPIshnik

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

J
jcmvbkbc, 2014-01-25
@jcmvbkbc

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?

D
DancingOnWater, 2014-01-27
@DancingOnWater

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 question

Ask a Question

731 491 924 answers to any question