Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
SetSize changes the size of the byte array.
Syntax
HRESULT SetSize(ULARGE_INTEGER uliSize);
Parameters
Parameter | Description |
---|---|
uliSize [in] |
Specifies the new size of the byte array as a number of bytes. |
Return Value
Term | Definition |
---|---|
NOERROR |
The method succeeded. |
E_UNEXPECTED |
Rowset is in a "zombied" state. |
See Also
Reference
ILockBytes::ReadAt
ILockBytes::Stat
ILockBytes::WriteAt
Other Resources
ILockBytes (SQL Server Compact Edition)