mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:32:57 +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
|
* reactos/apps/lpc/conport.c
|
||||||
*
|
*
|
||||||
|
@ -81,7 +81,6 @@ DumpInfo (
|
||||||
HANDLE Port
|
HANDLE Port
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
int i;
|
|
||||||
BYTE ObjectInformation [BUF_SIZE] = {0};
|
BYTE ObjectInformation [BUF_SIZE] = {0};
|
||||||
ULONG ResultLength;
|
ULONG ResultLength;
|
||||||
|
|
||||||
|
@ -93,8 +92,6 @@ DumpInfo (
|
||||||
* Query object information.
|
* Query object information.
|
||||||
*/
|
*/
|
||||||
printf("Basic Information:\n");
|
printf("Basic Information:\n");
|
||||||
Status = -1;
|
|
||||||
for ( i=1024000; i && Status != STATUS_SUCCESS; --i)
|
|
||||||
Status = QueryObject(
|
Status = QueryObject(
|
||||||
Port,
|
Port,
|
||||||
ObjectBasicInformation,
|
ObjectBasicInformation,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue