mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
516 B
14 lines
516 B
/* Prototypes for functions in bindExport table */
|
|
|
|
// All of the following functions are in config.c
|
|
|
|
void STDCALL Exit(void);
|
|
void STDCALL Print(void);
|
|
void STDCALL Jump(WORD wCtx);
|
|
void STDCALL Scroll(WORD wFlags, INT16 iNum);
|
|
void STDCALL CreatePopup(INT16 iPos, WORD wID, LPSTR lpszName);
|
|
void STDCALL CreateMenuItem(WORD wMenu, INT16 iPos, WORD wID,
|
|
LPSTR lpszItem, LPSTR lpszBinding);
|
|
void STDCALL DestroyPopup(WORD wID);
|
|
void STDCALL DestroyMenuItem(WORD wID);
|
|
void STDCALL FileJump(LPSTR lpszFile);
|