Lines Matching refs:OutputDebugString

138         OutputDebugString(L"PyShellExt::PyShellExt");  in PyShellExt()
166OutputDebugString(L"PyShellExt::UpdateDropDescription - failed to get DROPDESCRIPTION format"); in UpdateDropDescription()
170OutputDebugString(L"PyShellExt::UpdateDropDescription - DROPDESCRIPTION format had NULL hGlobal"); in UpdateDropDescription()
176OutputDebugString(L"PyShellExt::UpdateDropDescription - failed to lock DROPDESCRIPTION hGlobal"); in UpdateDropDescription()
204 OutputDebugString(L"PyShellExt::GetDragWindow - failed to get DragWindow format"); in GetDragWindow()
208 OutputDebugString(L"PyShellExt::GetDragWindow - DragWindow format had NULL hGlobal"); in GetDragWindow()
215 OutputDebugString(L"PyShellExt::GetDragWindow - failed to lock DragWindow hGlobal"); in GetDragWindow()
243 OutputDebugString(L"PyShellExt::GetArguments - failed to get CF_HDROP format"); in GetArguments()
247 OutputDebugString(L"PyShellExt::GetArguments - CF_HDROP format had NULL hGlobal"); in GetArguments()
254 OutputDebugString(L"PyShellExt::GetArguments - failed to lock CF_HDROP hGlobal"); in GetArguments()
291OutputDebugString(L"PyShellExt::GetArguments - failed to convert multi-byte to wide-char path"); in GetArguments()
296OutputDebugString(L"PyShellExt::GetArguments - failed to get length of wide-char path"); in GetArguments()
323 OutputDebugString(L"PyShellExt::NotifyDragWindow - failed to post DDWM_UPDATEWINDOW"); in NotifyDragWindow()
336 OutputDebugString(L"PyShellExt::DragEnter"); in DragEnter()
344 OutputDebugString(L"PyShellExt::DragEnter - failed to update drop description"); in DragEnter()
347 OutputDebugString(L"PyShellExt::DragEnter - failed to get drag window"); in DragEnter()
350 OutputDebugString(L"PyShellExt::DragEnter - failed to notify drag window"); in DragEnter()
367 OutputDebugString(L"PyShellExt::Drop"); in Drop()
371 OutputDebugString(L"PyShellExt::Drop - unexpected data object"); in Drop()
379 OutputDebugString(args); in Drop()
384 OutputDebugString(L"PyShellExt::Drop - failed to get launch arguments"); in Drop()
428 OutputDebugString(L"PyShellExt::Load"); in Load()
429 OutputDebugString(pszFileName); in Load()
433 OutputDebugString(L"PyShellExt::Load - failed to get string length"); in Load()
446 OutputDebugString(L"PyShellExt::Load - E_OUTOFMEMORY"); in Load()
451 OutputDebugString(L"PyShellExt::Load - E_OUTOFMEMORY"); in Load()
457 OutputDebugString(L"PyShellExt::Load - failed to copy string"); in Load()
463 OutputDebugString(L"PyShellExt::Load - failed to copy string"); in Load()
471 OutputDebugString(target); in Load()
473 OutputDebugString(L"PyShellExt::Load - S_OK"); in Load()
509 OutputDebugString(L"PyShellExt::DllRegisterServer"); in DllRegisterServer()
511 OutputDebugString(L"PyShellExt::DllRegisterServer - module handle was not set"); in DllRegisterServer()
517 OutputDebugString(L"PyShellExt::DllRegisterServer - failed to get module file name"); in DllRegisterServer()
525OutputDebugString(L"PyShellExt::DllRegisterServer - failed to write per-machine registration. Atte… in DllRegisterServer()
530 OutputDebugString(L"PyShellExt::DllRegisterServer - failed to create class key"); in DllRegisterServer()
538 OutputDebugString(L"PyShellExt::DllRegisterServer - failed to create InProcServer32 key"); in DllRegisterServer()
548 OutputDebugString(L"PyShellExt::DllRegisterServer - failed to set server path"); in DllRegisterServer()
558 OutputDebugString(L"PyShellExt::DllRegisterServer - failed to set threading model"); in DllRegisterServer()
564 OutputDebugString(L"PyShellExt::DllRegisterServer - S_OK"); in DllRegisterServer()
573OutputDebugString(L"PyShellExt::DllUnregisterServer - failed to delete per-machine registration"); in DllUnregisterServer()
579OutputDebugString(L"PyShellExt::DllUnregisterServer - failed to delete per-user registration"); in DllUnregisterServer()
584 OutputDebugString(L"PyShellExt::DllUnregisterServer - extension was not registered"); in DllUnregisterServer()
590 OutputDebugString(L"PyShellExt::DllUnregisterServer - S_OK"); in DllUnregisterServer()
600 OutputDebugString(L"PyShellExt::DllMain - failed to get CFSTR_DROPDESCRIPTION format"); in DllMain()
604 OutputDebugString(L"PyShellExt::DllMain - failed to get DragWindow format"); in DllMain()