次の方法で共有


SimGetInfo (Compact 2013)

3/26/2014

This function retrieves information for a SIM module.

Syntax

HRESULT  SimGetInfo (
    HSIM hSim,
    LPSIMINFO lpSimInfo
);

Parameters

  • [in] hSim
    The handle of the HSIM to query.
  • [out] lpSimInfo
    A pointer to a SIMINFO structure.

Return Value

HRESULT is S_OK for success, or one of the SIM_E error constants defined in the SIM Manager Error Constants table.

Requirements

Header

simmgr.h

Library

sim.lib

See Also

Reference

SIM Manager Functions
SIM Manager Structures