Searched defs:AppEnableRecursive (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Diiisext.h529 virtual HRESULT WINAPI AppEnableRecursive(void) = 0;
564 HRESULT (WINAPI *AppEnableRecursive)(IISApp *This); member in struct:IISAppVtbl
601 #define IISApp_AppEnableRecursive(This) (This)->lpVtbl->AppEnableRecursive(This)
670 HRESULT (WINAPI *AppEnableRecursive)(IISApp2 *This); member in struct:IISApp2Vtbl
709 #define IISApp2_AppEnableRecursive(This) (This)->lpVtbl->AppEnableRecursive(This)
761 HRESULT (WINAPI *AppEnableRecursive)(IISApp3 *This); member in struct:IISApp3Vtbl
801 #define IISApp3_AppEnableRecursive(This) (This)->lpVtbl->AppEnableRecursive(This)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Diiisext.h529 virtual HRESULT WINAPI AppEnableRecursive(void) = 0;
564 HRESULT (WINAPI *AppEnableRecursive)(IISApp *This); member in struct:IISAppVtbl
601 #define IISApp_AppEnableRecursive(This) (This)->lpVtbl->AppEnableRecursive(This)
670 HRESULT (WINAPI *AppEnableRecursive)(IISApp2 *This); member in struct:IISApp2Vtbl
709 #define IISApp2_AppEnableRecursive(This) (This)->lpVtbl->AppEnableRecursive(This)
761 HRESULT (WINAPI *AppEnableRecursive)(IISApp3 *This); member in struct:IISApp3Vtbl
801 #define IISApp3_AppEnableRecursive(This) (This)->lpVtbl->AppEnableRecursive(This)

Completed in 141 milliseconds