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.
48 lines
1.1 KiB
48 lines
1.1 KiB
/*++
|
|
|
|
Copyright (c) 1991 - 2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
#### ## # ###### ##### ##### ## # ### ## ## ##
|
|
## ### # ## ## ## ## ### # ### ## ## ##
|
|
## #### # ## ## ## ## #### # ## ## ## ## ##
|
|
## # #### ## ##### ##### # #### ## ## ## #######
|
|
## # ### ## ## #### # ### ####### ## ## ##
|
|
## # ## ## ## ## ## # ## ## ## ## ## ## ##
|
|
#### # # ## ##### ## ## # # ## ## ##### ## ## ##
|
|
|
|
Abstract:
|
|
|
|
This header contains all definitions that are internal
|
|
to the COM interfaces DLL.
|
|
|
|
Author:
|
|
|
|
Wesley Witt (wesw) 1-Oct-2001
|
|
|
|
Environment:
|
|
|
|
User mode only.
|
|
|
|
Notes:
|
|
|
|
--*/
|
|
|
|
#define ATLASSERT(x)
|
|
#include <atlbase.h>
|
|
extern CComModule _Module;
|
|
#include <atlcom.h>
|
|
#include "resource.h"
|
|
#include <winioctl.h>
|
|
#include "saio.h"
|
|
#include "sacom.h"
|
|
#include "sadisplay.h"
|
|
#include "sakeypad.h"
|
|
#include "sanvram.h"
|
|
|
|
|
|
HANDLE
|
|
OpenSaDevice(
|
|
ULONG DeviceType
|
|
);
|