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.
37 lines
430 B
37 lines
430 B
|
|
|
|
|
|
VOID
|
|
AboutDialog (
|
|
HWND hwnd
|
|
);
|
|
|
|
BOOL
|
|
KeyFindDialog (
|
|
HWND hwnd,
|
|
PSTR StringBuffer,
|
|
PBOOL UsePattern
|
|
);
|
|
|
|
BOOL
|
|
ShortDataDialog (
|
|
HWND hwnd,
|
|
BYTE DataFlag,
|
|
PDWORD DataValue,
|
|
PBOOL AddData,
|
|
PBYTE Instance
|
|
);
|
|
|
|
BOOL
|
|
LinkageDialog (
|
|
HWND hwnd,
|
|
PSTR Key1,
|
|
PSTR Key2
|
|
);
|
|
|
|
|
|
BOOL
|
|
CreateKeyDialog (
|
|
HWND hwnd,
|
|
PSTR KeyName
|
|
);
|