Condividi tramite


Metodo IOrpcDebugNotify::ServerNotify

Informa il server di una richiesta del debugger in ingresso dal client.

Nota

Una libreria di importazione contenente la funzione ServerNotify non è inclusa in Microsoft Windows Software Development Kit (SDK). Un'applicazione può usare le funzioni GetProcAddress e GetModuleHandle per recuperare un puntatore a funzione a DllDebugObjectRPCHook da oleaut.dll e fornire questa funzione tramite l'interfaccia IOrpcDebugNotify .

Sintassi

void ServerNotify(
   ORPC_DBG_ALL *lpOrpcDebugAll
);

Parametri

lpOrpcDebugAll

Puntatore a una struttura ORPC_DBG_ALL che contiene informazioni specifiche di notifica che il sistema RPC COM passa al debugger.

Valore restituito

Questo metodo non restituisce valori.

Requisiti

Requisito Valore
Client minimo supportato
Windows 2000 Professional [solo app desktop]
Server minimo supportato
Windows 2000 Server [solo app desktop]
Intestazione
N/D
IDL
N/D

Vedi anche

ORPC_INIT_ARGS

DllDebugObjectRPCHook

IOrpcDebugNotify