Share via


ICcConnection::GetSystemInfo (Compact 2013)

3/26/2014

Deprecated.

This method returns the SystemInfo structure for a platform.

In Windows Embedded Compact 2013, CoreCon HLAPI has been deprecated.

Syntax

HRESULT GetSystemInfo(
  SystemInfo* out_pSystemInfo
);

Parameters

  • out_pSystemInfo
    [out] Pointer to the SystemInfo structure for this platform.

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.

E_FAIL

Indicates any other failure.

Requirements

Header

ccconnection.h

See Also

Reference

ICcConnection
Core Connectivity Interfaces