OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IParseDisplayName
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleidl.h
50
typedef struct
IParseDisplayName
IParseDisplayName
;
354
typedef
IParseDisplayName
*LPPARSEDISPLAYNAME;
358
struct
IParseDisplayName
: public IUnknown {
365
HRESULT (WINAPI *QueryInterface)(
IParseDisplayName
*This,REFIID riid,void **ppvObject);
366
ULONG (WINAPI *AddRef)(
IParseDisplayName
*This);
367
ULONG (WINAPI *Release)(
IParseDisplayName
*This);
368
HRESULT (WINAPI *ParseDisplayName)(
IParseDisplayName
*This,IBindCtx *pbc,LPOLESTR pszDisplayName,ULONG *pchEaten,IMoniker **ppmkOut);
371
struct
IParseDisplayName
{
381
HRESULT WINAPI IParseDisplayName_ParseDisplayName_Proxy(
IParseDisplayName
*This,IBindCtx *pbc,LPOLESTR pszDisplayName,ULONG *pchEaten,IMoniker **ppmkOut)
[
all
...]
comdefsp.h
[
all
...]
Completed in 40 milliseconds