This topic has not yet been rated - Rate this topic

IntServMainHdr structure

The IntServMainHdr structure is a header for Integrated Services RSVP objects.

Syntax


typedef struct {
  UCHAR  ismh_version;
  UCHAR  ismh_unused;
  USHORT ismh_len32b;
} IntServMainHdr;

Members

ismh_version

Version of this header.

ismh_unused

Reserved. Do not use.

ismh_len32b

Number of 32-bit WORDs in the object, excluding this header object.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

End of client support

Windows 2000 Professional

End of server support

Windows 2000 Server

Header

Lpmapi.h

See also

IntServServiceHdr
IntServParmHdr

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.