Funzione NdrConformantArrayBufferSize (rpcndr.h)
La funzione NdrConformantArrayBufferSize calcola le dimensioni del buffer necessarie, in byte, per eseguire il marshalling della matrice conforme.
Sintassi
void NdrConformantArrayBufferSize(
[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 è destinata solo all'uso interno e non deve essere modificata.
[in] pMemory
Puntatore alla matrice conforme da calcolare.
[in] pFormat
Puntatore alla descrizione della stringa di formato.
Valore restituito
nessuno
Requisiti
Piattaforma di destinazione | Windows |
Intestazione | rpcndr.h |
Libreria | Rpcrt4.lib |
DLL | Rpcrt4.dll |