HomeSort by relevance Sort by last modified time
    Searched full:put_serviceaccountpassword (Results 1 - 1 of 1) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cluscfgwizard.h 77 virtual HRESULT WINAPI put_ServiceAccountPassword(BSTR bstrPasswordIn) = 0;
104 HRESULT (WINAPI *put_ServiceAccountPassword)(IClusCfgCreateClusterWizard *This,BSTR bstrPasswordIn);
133 #define IClusCfgCreateClusterWizard_put_ServiceAccountPassword(This,bstrPasswordIn) (This)->lpVtbl->put_ServiceAccountPassword(This,bstrPasswordIn)
187 virtual HRESULT WINAPI put_ServiceAccountPassword(BSTR bstrPasswordIn) = 0;
207 HRESULT (WINAPI *put_ServiceAccountPassword)(IClusCfgAddNodesWizard *This,BSTR bstrPasswordIn);
229 #define IClusCfgAddNodesWizard_put_ServiceAccountPassword(This,bstrPasswordIn) (This)->lpVtbl->put_ServiceAccountPassword(This,bstrPasswordIn)

Completed in 9819 milliseconds