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.

34 lines
610 B

  1. /* File: D:\WACKER\tdll\capture.hh (Created: 12-Jan-1994)
  2. *
  3. * Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 1 $
  7. * $Date: 10/05/98 12:41p $
  8. */
  9. struct stCapturePrivate
  10. {
  11. HSESSION hSession;
  12. /* This is used if nothing else has been set */
  13. LPTSTR pszInternalCaptureName;
  14. LPTSTR pszDefaultCaptureName;
  15. LPTSTR pszTempCaptureName;
  16. int nDefaultCaptureMode;
  17. int nTempCaptureMode;
  18. int nDefaultFileMode;
  19. int nTempFileMode;
  20. int nState;
  21. HMENU hMenu;
  22. ST_IOBUF *hCaptureFile;
  23. };
  24. typedef struct stCapturePrivate STCAPTURE;