Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a LONG value by concatenating the specified values.
Syntax
DWORD MAKELONG(
WORD a,
WORD b
);
-parameters
-param a
The low-order word of the new value.
-param b
The high-order word of the new value.
-return
Type: LONG
The new value.
Requirements
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | minwindef.h (include Windows.h) |