Home | History | Annotate | Download | only in include

Lines Matching defs:USHORT

332 typedef unsigned short USHORT, *PUSHORT;
335 typedef CONST USHORT *PCUSHORT;
338 typedef USHORT FSHORT;
417 typedef USHORT LANGID;
483 USHORT Length;
484 USHORT MaximumLength;
493 USHORT Length;
494 USHORT MaximumLength;
502 USHORT Length;
503 USHORT MaximumLength;
517 USHORT Length;
518 USHORT MaximumLength;
525 USHORT Length;
526 USHORT MaximumLength;
533 #define MAKELANGID(p, s) ((((USHORT)(s)) << 10) | (USHORT)(p))
534 #define PRIMARYLANGID(lgid) ((USHORT)(lgid) & 0x3ff)
535 #define SUBLANGID(lgid) ((USHORT)(lgid) >> 10)
539 #define MAKELCID(lgid, srtid) ((ULONG)((((ULONG)((USHORT)(srtid))) << 16) | \
540 ((ULONG)((USHORT)(lgid)))))
543 (((ULONG)((USHORT)(ver))) << 20)))
544 #define LANGIDFROMLCID(lcid) ((USHORT)(lcid))
545 #define SORTIDFROMLCID(lcid) ((USHORT)((((ULONG)(lcid)) >> 16) & 0xf))
546 #define SORTVERSIONFROMLCID(lcid) ((USHORT)((((ULONG)(lcid)) >> 20) & 0xf))
635 USHORT Group;
658 USHORT Group;
659 USHORT Reserved[3];
900 USHORT ReparseDataLength;
901 USHORT Reserved;
906 USHORT SubstituteNameOffset;
907 USHORT SubstituteNameLength;
908 USHORT PrintNameOffset;
909 USHORT PrintNameLength;
915 USHORT SubstituteNameOffset;
916 USHORT SubstituteNameLength;
917 USHORT PrintNameOffset;
918 USHORT PrintNameLength;