Share via


SIMFILEREFERENCE (Windows Embedded CE 6.0)

1/6/2010

This structure is referenced by the SIMLAUNCHBROWSER structure.

Syntax

typedef struct simfilereference_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwFileSize;
  DWORD dwFileOffset;
} SIMFILEREFERENCE, FAR *LPSIMFILEREFERENCE;

Members

  • cbSize
    Specifies the size of the structure, in bytes.
  • dwParams
    Specifies a bitfield that indicates which structure fields are valid for a given message.
  • dwFileSize
    Specifies the size of associated file reference, in bytes.
  • dwFileOffset
    Specifies the offset from start of this structure, in bytes.

Requirements

Header simtkit.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

SIM Toolkit Structures