Lines Matching refs:c_str
480 wmemcpy( awcBuffer, m_pwsBuffer.c_str() + m_ulUnicodeCharsRead, ulToCopy ); in GetText()
560 wmemcpy(pPropVar->pwszVal, wsTagData.c_str(), cw); in GetValue()
825 *ppszFileName = (LPWSTR)m_pwszFileName.c_str(); in GetCurFile()
1202 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "", "OpenDocument Format Filter")) in RegisterFilterHandler()
1208 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "", FilePath)) in RegisterFilterHandler()
1211 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "ThreadingModel", "Both")) in RegisterFilterHandler()
1230 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry_Persist.c_str(), "", "OpenDocument Format Persis… in RegisterPersistentHandler()
1239 …stryKey(HKEY_CLASSES_ROOT, ClsidEntry_Persist_Entry.c_str(), "", ClsidToString(PersistentGuid).c_s… in RegisterPersistentHandler()
1250 …gistryKey(HKEY_CLASSES_ROOT, ClsidEntry_Persist_Addin.c_str(), "", ClsidToString(FilterGuid).c_str… in RegisterPersistentHandler()
1264 return DeleteRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str()) ? S_OK : E_FAIL; in UnregisterHandler()
1289 sExtPersistEntry.c_str(), in RegisterSearchHandler()
1291 ClsidToString(CLSID_PERSISTENT_HANDLER).c_str())) in RegisterSearchHandler()
1302 if (QueryRegistryKey( HKEY_CLASSES_ROOT, extCLSIDName.c_str(), "", extCLSID, MAX_PATH)) in RegisterSearchHandler()
1310 ClsidEntry_CLSID_Persist.c_str(), in RegisterSearchHandler()
1312 ClsidToString(CLSID_PERSISTENT_HANDLER).c_str() )) in RegisterSearchHandler()
1331 DeleteRegistryKey(HKEY_CLASSES_ROOT, sExtPersistEntry.c_str()); in UnregisterSearchHandler()
1341 if (QueryRegistryKey( HKEY_CLASSES_ROOT, extCLSIDName.c_str(), "", extCLSID, MAX_PATH)) in UnregisterSearchHandler()
1348 DeleteRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry_CLSID_Persist.c_str()); in UnregisterSearchHandler()