Fonction NdrPointerFree (rpcndr.h)
La fonction NdrPointerFree libère de la mémoire.
Syntaxe
void NdrPointerFree(
[in, out] PMIDL_STUB_MESSAGE pStubMsg,
[in] unsigned char *pMemory,
[in] PFORMAT_STRING pFormat
);
Paramètres
[in, out] pStubMsg
Pointeur vers une structure MIDL_STUB_MESSAGE qui conserve la status actuelle du stub RPC. Cette structure est destinée à un usage interne uniquement et ne doit pas être modifiée.
[in] pMemory
Pointeur vers la mémoire à libérer.
[in] pFormat
Pointeur vers la description de la chaîne de format.
Valeur de retour
None
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 2000 Professionnel [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | rpcndr.h (inclure Rpc.h) |
Bibliothèque | Rpcrt4.lib |
DLL | Rpcrt4.dll |