Leaked source code of windows server 2003
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.

11 lines
269 B

  1. // dripick.h
  2. BOOL FAR PASCAL main_dlg_proc(HWND hDlg, UINT message,
  3. WPARAM wParam, LPARAM lParam);
  4. BOOL WINAPI DevicePickSheet(
  5. IN HWND hDlg,
  6. IN UINT uMessage,
  7. IN WPARAM wParam,
  8. IN LPARAM lParam);