Funzione NdrInterfacePointerFree (rpcndr.h)
La funzione NdrInterfacePointerFree rilascia il puntatore dell'interfaccia.
Sintassi
void NdrInterfacePointerFree(
PMIDL_STUB_MESSAGE pStubMsg,
[in] unsigned char *pMemory,
[in] PFORMAT_STRING pFormat
);
Parametri
pStubMsg
Puntatore a una struttura MIDL_STUB_MESSAGE che mantiene lo stato corrente dello stub RPC. Questa struttura è destinata solo all'uso interno e non deve essere modificata.
[in] pMemory
Puntatore al puntatore dell'interfaccia da rilasciare.
[in] pFormat
Puntatore alla descrizione della stringa di formato.
Valore restituito
nessuno
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 Professional [app desktop | App UWP] |
Server minimo supportato | Windows 2000 Server [app desktop | App UWP] |
Piattaforma di destinazione | Windows |
Intestazione | rpcndr.h (include Rpc.h) |
Libreria | Rpcrt4.lib |
DLL | Rpcrt4.dll |