Windows NT 4.0 source code leak
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
582 B

/* File: D:\WACKER\tdll\capture.hh (Created: 12-Jan-1994)
*
* Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
* All rights reserved
*
* $Revision: 1.5 $
* $Date: 1994/03/23 09:29:32 $
*/
struct stCapturePrivate
{
HSESSION hSession;
/* This is used if nothing else has been set */
LPTSTR pszInternalCaptureName;
LPTSTR pszDefaultCaptureName;
LPTSTR pszTempCaptureName;
int nDefaultCaptureMode;
int nTempCaptureMode;
int nDefaultFileMode;
int nTempFileMode;
int nState;
HMENU hMenu;
ST_IOBUF *hCaptureFile;
};
typedef struct stCapturePrivate STCAPTURE;