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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certexit.h 116 virtual HRESULT WINAPI GetManageModule(ICertManageModule **ppManageModule) = 0;
131 HRESULT (WINAPI *GetManageModule)(ICertExit2 *This,ICertManageModule **ppManageModule);
148 #define ICertExit2_GetManageModule(This,ppManageModule) (This)->lpVtbl->GetManageModule(This,ppManageModule)
certpol.h 108 virtual HRESULT WINAPI GetManageModule(ICertManageModule **ppManageModule) = 0;
124 HRESULT (WINAPI *GetManageModule)(ICertPolicy2 *This,ICertManageModule **ppManageModule);
142 #define ICertPolicy2_GetManageModule(This,ppManageModule) (This)->lpVtbl->GetManageModule(This,ppManageModule)

Completed in 185 milliseconds