funzione HSTRING_UserUnmarshal (winstring.h)
Annulla ilmarshaling di un oggetto HSTRING dal buffer RPC.
Sintassi
UCHAR * HSTRING_UserUnmarshal(
ULONG *pFlags,
UCHAR *pBuffer,
HSTRING *ppidl
);
Parametri
pFlags
[in]
Dati utilizzati da RPC.
pBuffer
[in]
Buffer corrente. Questo puntatore può essere allineato o meno alla voce.
ppidl
[out]
Stringa.
Valore restituito
Il valore ottenuto dal valore HRESULT restituito è uno dei seguenti.
Codice restituito | Descrizione |
---|---|
|
Operazione completata. |
|
Memoria insufficiente per l'esecuzione di questa funzione. |
Requisiti
Client minimo supportato | Windows 8 [app desktop | App UWP] |
Server minimo supportato | Windows Server 2012 [app desktop | App UWP] |
Piattaforma di destinazione | Windows |
Intestazione | winstring.h (include Winstring.h, Inspectable.h) |
Libreria | RuntimeObject.lib |
DLL | ComBase.dll |