2025-04-27 07:49:33 -04:00

35 lines
610 B
C++

/* File: D:\WACKER\tdll\capture.hh (Created: 12-Jan-1994)
*
* Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
* All rights reserved
*
* $Revision: 1 $
* $Date: 10/05/98 12:41p $
*/
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;