ICcConnection::IsConnected (Compact 2013)
3/26/2014
Deprecated.
This method determines if a connection is active.
In Windows Embedded Compact 2013, CoreCon HLAPI has been deprecated.
Syntax
HRESULT IsConnected(
VARIANT_BOOL*pbConnected
);
Parameters
- pbConnected
[out, retval] VARIANT_TRUE if the connection is still active; VARIANT_FALSE otherwise.
Return Value
If the method fails, it returns an HRESULT error code.
If the method succeeds, it returns one of the following:
Value |
Description |
---|---|
S_OK |
Indicates the method call was successful. |
E_INVALIDARG |
Indicates invalid arguments. |
Requirements
Header |
ccconnection.h |