Home | History | Annotate | Download | only in PC

Lines Matching refs:OutputDebugString

138         OutputDebugString(L"PyShellExt::PyShellExt");
166 OutputDebugString(L"PyShellExt::UpdateDropDescription - failed to get DROPDESCRIPTION format");
170 OutputDebugString(L"PyShellExt::UpdateDropDescription - DROPDESCRIPTION format had NULL hGlobal");
199 OutputDebugString(L"PyShellExt::GetDragWindow - failed to get DragWindow format");
203 OutputDebugString(L"PyShellExt::GetDragWindow - DragWindow format had NULL hGlobal");
210 OutputDebugString(L"PyShellExt::GetDragWindow - failed to lock DragWindow hGlobal");
238 OutputDebugString(L"PyShellExt::GetArguments - failed to get CF_HDROP format");
242 OutputDebugString(L"PyShellExt::GetArguments - CF_HDROP format had NULL hGlobal");
249 OutputDebugString(L"PyShellExt::GetArguments - failed to lock CF_HDROP hGlobal");
286 OutputDebugString(L"PyShellExt::GetArguments - failed to convert multi-byte to wide-char path");
291 OutputDebugString(L"PyShellExt::GetArguments - failed to get length of wide-char path");
318 OutputDebugString(L"PyShellExt::NotifyDragWindow - failed to post DDWM_UPDATEWINDOW");
331 OutputDebugString(L"PyShellExt::DragEnter");
339 OutputDebugString(L"PyShellExt::DragEnter - failed to update drop description");
342 OutputDebugString(L"PyShellExt::DragEnter - failed to get drag window");
345 OutputDebugString(L"PyShellExt::DragEnter - failed to notify drag window");
362 OutputDebugString(L"PyShellExt::Drop");
366 OutputDebugString(L"PyShellExt::Drop - unexpected data object");
374 OutputDebugString(args);
379 OutputDebugString(L"PyShellExt::Drop - failed to get launch arguments");
423 OutputDebugString(L"PyShellExt::Load");
424 OutputDebugString(pszFileName);
428 OutputDebugString(L"PyShellExt::Load - failed to get string length");
441 OutputDebugString(L"PyShellExt::Load - E_OUTOFMEMORY");
446 OutputDebugString(L"PyShellExt::Load - E_OUTOFMEMORY");
452 OutputDebugString(L"PyShellExt::Load - failed to copy string");
458 OutputDebugString(L"PyShellExt::Load - failed to copy string");
466 OutputDebugString(target);
468 OutputDebugString(L"PyShellExt::Load - S_OK");
504 OutputDebugString(L"PyShellExt::DllRegisterServer");
506 OutputDebugString(L"PyShellExt::DllRegisterServer - module handle was not set");
512 OutputDebugString(L"PyShellExt::DllRegisterServer - failed to get module file name");
520 OutputDebugString(L"PyShellExt::DllRegisterServer - failed to write per-machine registration. Attempting per-user instead.");
525 OutputDebugString(L"PyShellExt::DllRegisterServer - failed to create class key");
533 OutputDebugString(L"PyShellExt::DllRegisterServer - failed to create InProcServer32 key");
543 OutputDebugString
553 OutputDebugString(L"PyShellExt::DllRegisterServer - failed to set threading model");
559 OutputDebugString(L"PyShellExt::DllRegisterServer - S_OK");
568 OutputDebugString(L"PyShellExt::DllUnregisterServer - failed to delete per-machine registration");
574 OutputDebugString(L"PyShellExt::DllUnregisterServer - failed to delete per-user registration");
579 OutputDebugString(L"PyShellExt::DllUnregisterServer - extension was not registered");
585 OutputDebugString(L"PyShellExt::DllUnregisterServer - S_OK");
595 OutputDebugString(L"PyShellExt::DllMain - failed to get CFSTR_DROPDESCRIPTION format");
599 OutputDebugString(L"PyShellExt::DllMain - failed to get DragWindow format");