The GetBufferSizes method gets the allocated and actual buffer sizes.
HRESULT GetBufferSizes( [out] LPDWORD pdwAllocatedSize, [out] LPDWORD pdwActualSize );
Pointer to a variable that receives the allocated buffer size. The allocated size is the maximum number of bytes that the buffer can hold.
Pointer to a variable that receives the actual buffer size. The actual buffer size is the number of valid data bytes that the buffer currently holds.
The method succeeded.
Null pointer argument.
Server | Requires Windows Server 2008. |
---|---|
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Wspfwext.idl. |
DLL |
Requires Wspsrv.exe. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.