Index   Commented   Search   About

Quick Info

Windows NT
Yes
Win95
Yes
Win32s
Yes
Import Library

Header File
windef.h
Unicode
No
Platform Notes
None

HIBYTE

The HIBYTE macro retrieves the high-order byte from the given 16-bit value.

BYTE HIBYTE(

WORD wValue
// value from which high-order byte is retrieved
);

Parameters

wValue

Specifies the value to be converted.

Return Values

The return value is the high-order byte of the specified value.

Remarks

The HIBYTE macro is defined as follows:

#define HIBYTE(w) ((BYTE) (((WORD) (w) >> 8) & 0xFF))

See Also

HIWORD
, LOBYTE

Related Links

Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET

More Online Helps

Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages

Free Tech Secrets ;) Copyright © 2008 Free Tect Secrets ;) greatis just4fun network just4fun