Stub for DllDebugObjectRPCHook.

This commit is contained in:
Gerard Patel 2000-12-19 03:38:05 +00:00 committed by Alexandre Julliard
parent 53d198cc00
commit 9ea31be4ff
2 changed files with 13 additions and 1 deletions

View File

@ -2156,3 +2156,15 @@ HGLOBAL16 WINAPI OleMetaFilePictFromIconAndLabel16(
mf->hMF = CloseMetaFile16(hdc);
return hmf;
}
/******************************************************************************
* DllDebugObjectRPCHook
* turns on and off internal debugging, pointer is only used on macintosh
*/
BOOL WINAPI DllDebugObjectRPCHook(BOOL b, void *dummy)
{
FIXME("stub\n");
return TRUE;
}

View File

@ -73,7 +73,7 @@ debug_channels (ole relay storage)
59 stdcall CreateOleAdviseHolder(ptr) CreateOleAdviseHolder
60 stub CreatePointerMoniker # stdcall (ptr ptr) return 0,ERR_NOTIMPLEMENTED
61 stdcall CreateStreamOnHGlobal(ptr long ptr) CreateStreamOnHGlobal
62 stub DllDebugObjectRPCHook
62 stdcall DllDebugObjectRPCHook(long ptr) DllDebugObjectRPCHook
63 stdcall DllGetClassObject (ptr ptr ptr) OLE32_DllGetClassObject
64 stub DllGetClassObjectWOW
65 stdcall DoDragDrop(ptr ptr long ptr) DoDragDrop