OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IComponent
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmc.h
32
typedef struct
IComponent
IComponent
;
316
typedef
IComponent
*LPCOMPONENT;
733
struct
IComponent
: public IUnknown {
746
HRESULT (WINAPI *QueryInterface)(
IComponent
*This,REFIID riid,void **ppvObject);
747
ULONG (WINAPI *AddRef)(
IComponent
*This);
748
ULONG (WINAPI *Release)(
IComponent
*This);
749
HRESULT (WINAPI *Initialize)(
IComponent
*This,LPCONSOLE lpConsole);
750
HRESULT (WINAPI *Notify)(
IComponent
*This,LPDATAOBJECT lpDataObject,MMC_NOTIFY_TYPE event,LPARAM arg,LPARAM param);
751
HRESULT (WINAPI *Destroy)(
IComponent
*This,MMC_COOKIE cookie)
[
all
...]
tuner.h
71
typedef struct
IComponent
IComponent
;
[
all
...]
Completed in 74 milliseconds