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.
25 lines
284 B
25 lines
284 B
/*++
|
|
|
|
Copyright (c) 1996-1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
local.h
|
|
|
|
Abstract:
|
|
|
|
|
|
Environment:
|
|
|
|
Windows NT printer drivers
|
|
|
|
Revision History:
|
|
|
|
11/01/96 -eigos-
|
|
Created it.
|
|
|
|
--*/
|
|
|
|
BOOL BGetInfo(PBYTE, DWORD, PDWORD, PBYTE, PBYTE);
|
|
|
|
|