Fonction NdrSimpleTypeUnmarshall (rpcndr.h)
La fonction NdrSimpleTypeUnmarshall désactive un type simple.
Syntaxe
void NdrSimpleTypeUnmarshall(
[in, out] PMIDL_STUB_MESSAGE pStubMsg,
[in] unsigned char *pMemory,
[in] unsigned char FormatChar
);
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 vers la mémoire vers unmarshall.
[in] FormatChar
Mettre en forme la chaîne du type simple.
Valeur retournée
Si une erreur se produit, la fonction lève l’un des codes d’exception suivants.
Erreur | Description |
---|---|
STATUS_ACCESS_VIOLATION | Une violation d’accès s’est produite. |
RPC_S_INTERNAL_ERROR | Une erreur s’est produite dans RPC. |
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 |