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

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

Completed in 524 milliseconds