mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
*** empty log message ***
svn path=/trunk/; revision=568
This commit is contained in:
parent
b3f7f2d945
commit
56b4626f56
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: conport.c,v 1.2 1999/06/27 07:11:25 ea Exp $
|
||||
/* $Id: conport.c,v 1.3 1999/06/27 07:15:16 ea Exp $
|
||||
*
|
||||
* reactos/apps/lpc/conport.c
|
||||
*
|
||||
|
@ -81,7 +81,6 @@ DumpInfo (
|
|||
HANDLE Port
|
||||
)
|
||||
{
|
||||
int i;
|
||||
BYTE ObjectInformation [BUF_SIZE] = {0};
|
||||
ULONG ResultLength;
|
||||
|
||||
|
@ -93,8 +92,6 @@ DumpInfo (
|
|||
* Query object information.
|
||||
*/
|
||||
printf("Basic Information:\n");
|
||||
Status = -1;
|
||||
for ( i=1024000; i && Status != STATUS_SUCCESS; --i)
|
||||
Status = QueryObject(
|
||||
Port,
|
||||
ObjectBasicInformation,
|
||||
|
|
Loading…
Reference in a new issue