SIMLAUNCHBROWSER (Windows Embedded CE 6.0)
1/6/2010
This structure is used for SIM_NOTIFY_LAUNCHBROWSER.
Syntax
typedef struct simlaunchbrowser_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwFlags;
DWORD dwBrowserId;
DWORD dwURLSize;
DWORD dwURLOffset;
DWORD dwBearerSize;
DWORD dwBearerOffset;
DWORD dwGatewaySize;
DWORD dwGatewayOffset;
DWORD dwTextSize;
DWORD dwTextOffset;
DWORD dwProvisionFileCount;
DWORD dwProvisionFileSize;
DWORD dwProvisionFileOffset;
DWORD dwIconIdentifier;
DWORD dwIconQualifier;
} SIMLAUNCHBROWSER, FAR *LPSIMLAUNCHBROWSER;
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.
- dwFlags
Specifies the command qualifier details.
- dwBrowserId
Indicates the browser identity.
- dwURLSize
Specifies the size of associated URL, in bytes.
- dwURLOffset
Specifies the offset from start of this structure, in bytes.
- dwBearerSize
Specifies the size of associated bearer list, in bytes.
- dwBearerOffset
Specifies the offset from the start of this structure, in bytes.
- dwGatewaySize
Specifies the size of associated gateway, in bytes.
- dwGatewayOffset
Specifies the offset from start of this structure, in bytes.
- dwTextSize
Specifies the size of associated text, in bytes.
- dwTextOffset
Specifies the offset from start of this structure, in bytes.
- dwProvisionFileCount
Indicates the number of provisioning files.
- dwProvisionFileSize
Indicates the size of each SIMFILEREFERENCE structure, in bytes.
- dwProvisionFileOffset
Indicates the field offset from start of this structure, in bytes.
- dwIconIdentifier
Indicates the identifier for icon to use.
- dwIconQualifier
Specifies qualifier that designates how the icon should be used.
Requirements
Header | simtkit.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |