|
static |
The function provides direct access to menu items.
lpError | Additional error information returned from Drive. |
nID | Menu ID to which function provides access. Possible values are enumerated in ID enum. Name of most of ID items is similar to name of menu displayed in screen top left corner. It is also similar to button name in main menu which opens corresponding menu. |
bShowApplication | Flag determining whether Drive should be brought to foreground automatically. true - Drive will be brought to foreground false - Drive will stay in background |
dwMaxTime | Maximum time (in milliseconds) function can take. If dwMaxTime=0 function execution is not time limited. |
nSubID | Menu SubID corresponding to menu ID. Name of most of SubID items is similar to name of corresponding button in corresponding menu (nID). OnMenuCommand function calls function which is called after clicking this button. Links to possible enums are listed in ID. For example: if nID = ID::IdMEnuManagePoi nSubID must be chosen from IdMenuManagePoi enum. |
Possible error codes returned from Drive are: