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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mtsadmin.h 247 virtual HRESULT WINAPI ShutdownPackage(BSTR bstrPackageID) = 0;
261 HRESULT (WINAPI *ShutdownPackage)(IPackageUtil *This,BSTR bstrPackageID);
277 #define IPackageUtil_ShutdownPackage(This,bstrPackageID) (This)->lpVtbl->ShutdownPackage(This,bstrPackageID)
mtxadmin.h 431 virtual HRESULT WINAPI ShutdownPackage(BSTR bstrPackageID) = 0;
445 HRESULT (WINAPI *ShutdownPackage)(IPackageUtil *This,BSTR bstrPackageID);
461 #define IPackageUtil_ShutdownPackage(This,bstrPackageID) (This)->lpVtbl->ShutdownPackage(This,bstrPackageID)
    [all...]

Completed in 69 milliseconds