Retrieves the number of bytes in the file to be transferred.
Syntax
HRESULT get_size( long *p );
Parameters
- p
- Address of a long variable that receives the size, in characters.
Return Value
Returns S_OK if successful, or an error code otherwise.
Sets the size of the control.
Syntax
HRESULT put_size( long v );
Parameters
- v
- Long value that specifies the size, in characters, to set.
Return Value
Returns S_OK if successful, or an error code otherwise.