Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the status of the INPUT file control.
Syntax
HRESULT get_status( VARIANT *p );
Parameters
- v
- Address of a variable that receives the status.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
put_status
Sets the status of the INPUT file control.
Syntax
HRESULT put_status( VARIANT v );
Parameters
- v
- String or value specifying the status.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
get_status
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.