Stub for DllDebugObjectRPCHook.
This commit is contained in:
parent
53d198cc00
commit
9ea31be4ff
|
@ -2156,3 +2156,15 @@ HGLOBAL16 WINAPI OleMetaFilePictFromIconAndLabel16(
|
||||||
mf->hMF = CloseMetaFile16(hdc);
|
mf->hMF = CloseMetaFile16(hdc);
|
||||||
return hmf;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,7 @@ debug_channels (ole relay storage)
|
||||||
59 stdcall CreateOleAdviseHolder(ptr) CreateOleAdviseHolder
|
59 stdcall CreateOleAdviseHolder(ptr) CreateOleAdviseHolder
|
||||||
60 stub CreatePointerMoniker # stdcall (ptr ptr) return 0,ERR_NOTIMPLEMENTED
|
60 stub CreatePointerMoniker # stdcall (ptr ptr) return 0,ERR_NOTIMPLEMENTED
|
||||||
61 stdcall CreateStreamOnHGlobal(ptr long ptr) CreateStreamOnHGlobal
|
61 stdcall CreateStreamOnHGlobal(ptr long ptr) CreateStreamOnHGlobal
|
||||||
62 stub DllDebugObjectRPCHook
|
62 stdcall DllDebugObjectRPCHook(long ptr) DllDebugObjectRPCHook
|
||||||
63 stdcall DllGetClassObject (ptr ptr ptr) OLE32_DllGetClassObject
|
63 stdcall DllGetClassObject (ptr ptr ptr) OLE32_DllGetClassObject
|
||||||
64 stub DllGetClassObjectWOW
|
64 stub DllGetClassObjectWOW
|
||||||
65 stdcall DoDragDrop(ptr ptr long ptr) DoDragDrop
|
65 stdcall DoDragDrop(ptr ptr long ptr) DoDragDrop
|
||||||
|
|
Loading…
Reference in New Issue