Lines Matching defs:PyShellExt

123 class DECLSPEC_UUID(CLASS_GUID) PyShellExt : public RuntimeClass<
135 PyShellExt() : target(NULL), target_dir(NULL), target_mode(0), data_obj(NULL) {
136 OutputDebugString(L"PyShellExt::PyShellExt");
139 ~PyShellExt() {
164 OutputDebugString(L"PyShellExt::UpdateDropDescription - failed to get DROPDESCRIPTION format");
168 OutputDebugString(L"PyShellExt::UpdateDropDescription - DROPDESCRIPTION format had NULL hGlobal");
174 OutputDebugString(L"PyShellExt::UpdateDropDescription - failed to lock DROPDESCRIPTION hGlobal");
202 OutputDebugString(L"PyShellExt::GetDragWindow - failed to get DragWindow format");
206 OutputDebugString(L"PyShellExt::GetDragWindow - DragWindow format had NULL hGlobal");
213 OutputDebugString(L"PyShellExt::GetDragWindow - failed to lock DragWindow hGlobal");
241 OutputDebugString(L"PyShellExt::GetArguments - failed to get CF_HDROP format");
245 OutputDebugString(L"PyShellExt::GetArguments - CF_HDROP format had NULL hGlobal");
252 OutputDebugString(L"PyShellExt::GetArguments - failed to lock CF_HDROP hGlobal");
289 OutputDebugString(L"PyShellExt::GetArguments - failed to convert multi-byte to wide-char path");
294 OutputDebugString(L"PyShellExt::GetArguments - failed to get length of wide-char path");
321 OutputDebugString(L"PyShellExt::NotifyDragWindow - failed to post DDWM_UPDATEWINDOW");
334 OutputDebugString(L"PyShellExt::DragEnter");
342 OutputDebugString(L"PyShellExt::DragEnter - failed to update drop description");
345 OutputDebugString(L"PyShellExt::DragEnter - failed to get drag window");
348 OutputDebugString(L"PyShellExt::DragEnter - failed to notify drag window");
365 OutputDebugString(L"PyShellExt::Drop");
369 OutputDebugString(L"PyShellExt::Drop - unexpected data object");
382 OutputDebugString(L"PyShellExt::Drop - failed to get launch arguments");
426 OutputDebugString(L"PyShellExt::Load");
431 OutputDebugString(L"PyShellExt::Load - failed to get string length");
444 OutputDebugString(L"PyShellExt::Load - E_OUTOFMEMORY");
449 OutputDebugString(L"PyShellExt::Load - E_OUTOFMEMORY");
455 OutputDebugString(L"PyShellExt::Load - failed to copy string");
461 OutputDebugString(L"PyShellExt::Load - failed to copy string");
465 OutputDebugStringW(L"PyShellExt::Load - failed to remove filespec from target");
471 OutputDebugString(L"PyShellExt::Load - S_OK");
484 *pClassID = __uuidof(PyShellExt);
489 CoCreatableClass(PyShellExt);
507 OutputDebugString(L"PyShellExt::DllRegisterServer");
509 OutputDebugString(L"PyShellExt::DllRegisterServer - module handle was not set");
515 OutputDebugString(L"PyShellExt::DllRegisterServer - failed to get module file name");
523 OutputDebugString(L"PyShellExt::DllRegisterServer - failed to write per-machine registration. Attempting per-user instead.");
528 OutputDebugString(L"PyShellExt::DllRegisterServer - failed to create class key");
536 OutputDebugString(L"PyShellExt::DllRegisterServer - failed to create InProcServer32 key");
546 OutputDebugString(L"PyShellExt::DllRegisterServer - failed to set server path");
556 OutputDebugString(L"PyShellExt::DllRegisterServer - failed to set threading model");
562 OutputDebugString(L"PyShellExt::DllRegisterServer - S_OK");
571 OutputDebugString(L"PyShellExt::DllUnregisterServer - failed to delete per-machine registration");
577 OutputDebugString(L"PyShellExt::DllUnregisterServer - failed to delete per-user registration");
582 OutputDebugString(L"PyShellExt::DllUnregisterServer - extension was not registered");
588 OutputDebugString(L"PyShellExt::DllUnregisterServer - S_OK");
598 OutputDebugString(L"PyShellExt::DllMain - failed to get CFSTR_DROPDESCRIPTION format");
602 OutputDebugString(L"PyShellExt::DllMain - failed to get DragWindow format");