IWMSContext::GetValueCount
Previous | Next |
IWMSContext::GetValueCount
The GetValueCount method retrieves the number of values in the context.
Syntax
HRESULT GetValueCount( long* plCount );
Parameters
plCount
[out] Pointer to a long containing the number of values.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Return code | Number | Description |
E_POINTER | 0x80004003 | The plCount parameter is NULL. |
Requirements
Header: wmscontext.h.
Library: WMSServerTypeLib.dll.
Platform: Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; Windows Server 2008.
See Also
Previous | Next |