Skip to content

Latest commit

 

History

History
83 lines (52 loc) · 2.2 KB

iorpcdebugnotify-clientgetbuffersize.md

File metadata and controls

83 lines (52 loc) · 2.2 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
IOrpcDebugNotify ClientGetBufferSize method
Retrieves the RPC buffer size from the client-side debugger.
05475156-1508-4eb2-82a6-bb1701839fbd
ClientGetBufferSize method COM
ClientGetBufferSize method COM , IOrpcDebugNotify interface
IOrpcDebugNotify interface COM , ClientGetBufferSize method
apiref
IOrpcDebugNotify.ClientGetBufferSize
N/A
COM
reference
05/31/2018

IOrpcDebugNotify::ClientGetBufferSize method

Retrieves the RPC buffer size from the client-side debugger.

Note

An import library containing the ClientGetBufferSize 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 ClientGetBufferSize(
   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
N/A
IDL
N/A

See also

ORPC_INIT_ARGS

DllDebugObjectRPCHook

IOrpcDebugNotify