SIMRECORDINFO (Compact 2013)

3/26/2014

This structure contains information about a particular SIM file.

Syntax

typedef struct simrecordinfo_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwRecordType;
  DWORD dwItemCount;
  DWORD dwSize;
} SIMRECORDINFO, FAR *LPSIMRECORDINFO;

Members

  • cbSize
    Size of the structure in bytes.
  • dwParams
    Indicates valid parameter values.

    Name

    Value

    Description

    SIM_PARAM_RECORDINFO_RECORDTYPE

    0x00000001

    dwRecordType field is valid

    SIM_PARAM_RECORDINFO_ITEMCOUNT

    0x00000002

    dwItemCount field is valid

    SIM_PARAM_RECORDINFO_SIZE

    0x00000004

    dwSize field is valid

    SIM_PARAM_RECORDINFO_ALL

    0x00000007

    All fields are valid

  • dwItemCount
    Number of items in the record.
  • dwSize
    Size in bytes of each item.

Requirements

Header

simmgr.h

See Also

Reference

SIM Manager Structures
SIM Manager Record Type Constants
SimGetRecordInfo
SimReadRecord
SimWriteRecord