IOrpcDebugNotify::ServerGetBufferSize method
Retrieves the RPC buffer size from the server-side debugger.
Note
An import library containing the ServerGetBufferSize function is not included in the Microsoft Windows Software Development Kit (SDK). An application can use the GetProcAddress and GetModuleHandle functions to retrieve a function pointer to DllDebugObjectRPCHook from oleaut.dll and provide this function via the IOrpcDebugNotify interface.
Syntax
void ServerGetBufferSize(
ORPC_DBG_ALL *lpOrpcDebugAll
);
Parameters
-
lpOrpcDebugAll
-
A pointer to a ORPC_DBG_ALL structure that contains notification specific information the COM RPC system passes to the debugger.
Return value
This method does not return a value.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
IDL |
|