HomeSort by relevance Sort by last modified time
    Searched refs:ICertManageModule (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certmod.h 27 typedef struct ICertManageModule ICertManageModule;
61 struct ICertManageModule : public IDispatch {
70 HRESULT (WINAPI *QueryInterface)(ICertManageModule *This,REFIID riid,void **ppvObject);
71 ULONG (WINAPI *AddRef)(ICertManageModule *This);
72 ULONG (WINAPI *Release)(ICertManageModule *This);
73 HRESULT (WINAPI *GetTypeInfoCount)(ICertManageModule *This,UINT *pctinfo);
74 HRESULT (WINAPI *GetTypeInfo)(ICertManageModule *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
75 HRESULT (WINAPI *GetIDsOfNames)(ICertManageModule *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
76 HRESULT (WINAPI *Invoke)(ICertManageModule *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarR (…)
    [all...]
certexit.h 116 virtual HRESULT WINAPI GetManageModule(ICertManageModule **ppManageModule) = 0;
131 HRESULT (WINAPI *GetManageModule)(ICertExit2 *This,ICertManageModule **ppManageModule);
151 HRESULT WINAPI ICertExit2_GetManageModule_Proxy(ICertExit2 *This,ICertManageModule **ppManageModule);
certpol.h 108 virtual HRESULT WINAPI GetManageModule(ICertManageModule **ppManageModule) = 0;
124 HRESULT (WINAPI *GetManageModule)(ICertPolicy2 *This,ICertManageModule **ppManageModule);
145 HRESULT WINAPI ICertPolicy2_GetManageModule_Proxy(ICertPolicy2 *This,ICertManageModule **ppManageModule);

Completed in 55 milliseconds