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.

25 lines
872 B

  1. #include "resource.h"
  2. #define PPParamsSignature 'IrDA'
  3. typedef struct
  4. {
  5. ULONG Signature;
  6. HDEVINFO DeviceInfoSet;
  7. PSP_DEVINFO_DATA DeviceInfoData;
  8. BOOL FirstTimeInstall;
  9. BOOL SerialBased;
  10. ULONG MaxConnectInitialValue;
  11. ULONG PortInitialValue;
  12. } PROPPAGEPARAMS, *PPROPPAGEPARAMS;
  13. typedef struct
  14. {
  15. SP_DRVINFO_DATA DriverInfoData;
  16. SP_DRVINFO_DETAIL_DATA DriverInfoDetailData;
  17. HINF hInf;
  18. TCHAR InfSectionWithExt[LINE_LEN];
  19. UINT PromptForPort;
  20. } COINSTALLER_PRIVATE_DATA, *PCOINSTALLER_PRIVATE_DATA;
  21. #define OUT_OF_MEMORY_MB gszOutOfMemory, gszTitle, MB_OK | MB_ICONHAND | MB_SYSTEMMODAL