Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |