Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

utlnpqos.c File Reference

#include <stdio.h>
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <string.h>
#include "tsecomm.c"
#include "ctlnpqos.c"

Go to the source code of this file.

Defines

#define _TST_USER_

Typedefs

typedef ULONG NAMED_PIPE_TYPE
typedef NAMED_PIPE_TYPEPNAMED_PIPE_TYPE
typedef ULONG READ_MODE
typedef READ_MODEPREAD_MODE
typedef ULONG COMPLETION_MODE
typedef COMPLETION_MODEPCOMPLETION_MODE
typedef ULONG NAMED_PIPE_CONFIGURATION
typedef NAMED_PIPE_CONFIGURATIONPNAMED_PIPE_CONFIGURATION
typedef ULONG NAMED_PIPE_STATE
typedef NAMED_PIPE_STATEPNAMED_PIPE_STATE
typedef ULONG NAMED_PIPE_END
typedef NAMED_PIPE_ENDPNAMED_PIPE_END

Functions

BOOLEAN Test ()
BOOLEAN main ()


Define Documentation

#define _TST_USER_
 

Definition at line 31 of file utlnpqos.c.


Typedef Documentation

typedef ULONG COMPLETION_MODE
 

Definition at line 40 of file utlnpqos.c.

Referenced by SepClientOpenPipe(), and SepServerCreatePipe().

typedef ULONG NAMED_PIPE_CONFIGURATION
 

Definition at line 43 of file utlnpqos.c.

Referenced by SepClientOpenPipe(), and SepServerCreatePipe().

typedef ULONG NAMED_PIPE_END
 

Definition at line 49 of file utlnpqos.c.

typedef ULONG NAMED_PIPE_STATE
 

Definition at line 46 of file utlnpqos.c.

typedef ULONG NAMED_PIPE_TYPE
 

Definition at line 33 of file utlnpqos.c.

Referenced by SepServerCreatePipe().

typedef COMPLETION_MODE* PCOMPLETION_MODE
 

Definition at line 41 of file utlnpqos.c.

typedef NAMED_PIPE_CONFIGURATION* PNAMED_PIPE_CONFIGURATION
 

Definition at line 44 of file utlnpqos.c.

typedef NAMED_PIPE_END* PNAMED_PIPE_END
 

Definition at line 50 of file utlnpqos.c.

typedef NAMED_PIPE_STATE* PNAMED_PIPE_STATE
 

Definition at line 47 of file utlnpqos.c.

typedef NAMED_PIPE_TYPE* PNAMED_PIPE_TYPE
 

Definition at line 34 of file utlnpqos.c.

typedef READ_MODE* PREAD_MODE
 

Definition at line 38 of file utlnpqos.c.

typedef ULONG READ_MODE
 

Definition at line 37 of file utlnpqos.c.

Referenced by SepClientOpenPipe(), and SepServerCreatePipe().


Function Documentation

BOOLEAN main  ) 
 

Definition at line 73 of file utlnpqos.c.

References Test().

00074 { 00075 return Test(); 00076 }

BOOLEAN Test  ) 
 

Definition at line 61 of file utlnpqos.c.

References CtLnpQos(), and TRUE.

00062 { 00063 BOOLEAN Result = TRUE; 00064 00065 00066 Result = CtLnpQos(); 00067 00068 00069 return Result; 00070 }


Generated on Sat May 15 19:46:06 2004 for test by doxygen 1.3.7