28 lines
302 B
C
28 lines
302 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 1991 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
vwipx.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Contains function prototypes for VWASYNC.C
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Richard L Firth (rfirth) 25-Oct-1993
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
25-Oct-1993 rfirth
|
||
|
Created
|
||
|
|
||
|
--*/
|
||
|
|
||
|
DWORD
|
||
|
VwAesThread(
|
||
|
IN LPVOID Parameters
|
||
|
);
|