Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygentdilib.h
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS TDI interface 00004 * FILE: tdilib.h 00005 * PURPOSE: Shared TDI library header 00006 */ 00007 00008 #pragma once 00009 00010 NTSTATUS openTcpFile(PHANDLE tcpFile); 00011 VOID closeTcpFile(HANDLE tcpFile); 00012 NTSTATUS tdiGetEntityIDSet( HANDLE tcpFile, TDIEntityID **entitySet, 00013 PDWORD numEntities ); 00014 NTSTATUS tdiGetSetOfThings( HANDLE tcpFile, DWORD toiClass, DWORD toiType, 00015 DWORD toiId, DWORD teiEntity, DWORD teiInstance, 00016 DWORD fixedPart, 00017 DWORD entrySize, PVOID *tdiEntitySet, 00018 PDWORD numEntries ); 00019 VOID tdiFreeThingSet( PVOID things ); Generated on Sat May 26 2012 04:35:55 for ReactOS by
1.7.6.1
|