Fonction NdrUserMarshalFree (rpcndr.h)
La fonction NdrUserMarshalFree libère l’objet user marshal.
Syntaxe
void NdrUserMarshalFree(
[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 maintient la status actuelle du stub RPC. La structure est destinée uniquement à un usage interne ; ne modifiez pas.
[in] pMemory
Pointeur à libérer.
[in] pFormat
Description de la chaîne de format du pointeur.
Valeur de retour
None
Remarques
Vous ne devez jamais libérer l’objet de niveau supérieur, il est libéré par le système.
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 |