Previous | Next |
The SetLength method specifies the size of the used portion of the buffer.
Syntax
HRESULT SetLength(
DWORD dwLength
);
Parameters
dwLength
[in] Double word containing the size of the used portion in bytes.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
See Also
Previous | Next |