Funzione NdrSimpleStructBufferSize (rpcndr.h)
La funzione NdrSimpleStructBufferSize calcola le dimensioni del buffer necessarie, in byte, per effettuare il marshalling della struttura semplice.
Sintassi
void NdrSimpleStructBufferSize(
[in, out] PMIDL_STUB_MESSAGE pStubMsg,
[in] unsigned char *pMemory,
[in] PFORMAT_STRING pFormat
);
Parametri
[in, out] pStubMsg
Puntatore a una struttura MIDL_STUB_MESSAGE che mantiene lo stato corrente dello stub RPC. Il membro BufferLength contiene le dimensioni del buffer. La struttura MIDL_STUB_MESSAGE è solo per uso interno e non deve essere modificata.
[in] pMemory
Puntatore alla struttura semplice da calcolare.
[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 |
Libreria | Rpcrt4.lib |
DLL | Rpcrt4.dll |