EXPERTSTARTUPINFO structure
The EXPERTSTARTUPINFO structure contains data that describes an expert when it starts.
Syntax
typedef struct _EXPERTSTARTUPINFO {
DWORD Flags;
HCAPTURE hCapture;
char szCaptureFile[MAX_PATH];
DWORD dwFrameNumber;
HPROTOCOL hProtocol;
LPPROPERTYINST lpPropertyInst;
struct {
BYTE BitNumber;
BOOL bOn;
} sBitfield;
} EXPERTSTARTUPINFO, *PEXPERTSTARTUPINFO;
Members
-
Flags
-
Flags that describe the expert.
-
hCapture
-
Handle to a capture.
-
szCaptureFile
-
Name of the capture file.
-
dwFrameNumber
-
Frame number.
-
hProtocol
-
Handle to the protocol.
-
lpPropertyInst
-
Pointer to a PROPERTYINST structure.
-
sBitfield
-
-
BitNumber
-
Used only if the DataQualifier member of the PROPERTYINST structure is set to PROP_QUAL_FLAGS.
-
bOn
-
Used only if the DataQualifier member of the PROPERTYINST structure is set to PROP_QUAL_FLAGS.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|