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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwmiatlprov.h52 BSTR bstrString = SysAllocString(L"__ExtendedStatus"); local
53 if(!bstrString) {
57 m_hr = pNamespace->GetObject(bstrString,0,pCtx,&m_pErrorObject,NULL);
58 SysFreeString(bstrString);
127 BSTR bstrString = SysAllocString(L"__InstanceCreationEvent"); local
128 if(!bstrString) {
132 m_hr = pNamespace->GetObject(bstrString,0,pCtx,&m_pCreationEventClass,NULL);
133 SysFreeString(bstrString);
134 bstrString=NULL;
136 bstrString
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwmiatlprov.h52 BSTR bstrString = SysAllocString(L"__ExtendedStatus"); local
53 if(!bstrString) {
57 m_hr = pNamespace->GetObject(bstrString,0,pCtx,&m_pErrorObject,NULL);
58 SysFreeString(bstrString);
127 BSTR bstrString = SysAllocString(L"__InstanceCreationEvent"); local
128 if(!bstrString) {
132 m_hr = pNamespace->GetObject(bstrString,0,pCtx,&m_pCreationEventClass,NULL);
133 SysFreeString(bstrString);
134 bstrString=NULL;
136 bstrString
[all...]

Completed in 50 milliseconds