29 lines
458 B
C
29 lines
458 B
C
/*++ BUILD Version: 0001 // Increment this if a change has global effects
|
|
|
|
Copyright (c) 1990-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
ntddtx.h
|
|
|
|
Abstract:
|
|
|
|
This is the include file that defines all constants and types for
|
|
accessing the transaction device.
|
|
|
|
Author:
|
|
|
|
Chandan Chauhan (ChandanC) 15-Feb-1991
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif
|
|
|
|
|
|
#define IOCTL_TRNXT_XCEIVE 0x12
|
|
#define IOCTL_TRNXT_READ 0x22
|