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.
27 lines
329 B
27 lines
329 B
/*++
|
|
|
|
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
|
|
);
|