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.
3/26/2014
This structure represents a network operator.
Syntax
typedef struct _ONE_OPERATOR{
DWORD dwMode;
CHAR Name[17];
} ONE_OPERATOR, *PONE_OPERATOR;
Members
- dwMode
Mode. Values are defined by the implementation. The sample code always uses zero (0).
- Name
Operator name. 16 character maximum.
Remarks
This structure is associated with the NETWORK_EVENT_QUERY_CURRENT_OPERATOR event.