Go to the documentation of this file.
26 #define PRIsLPTSTR "ls"
27 #define PRIsLPOLESTR "ls"
29 #define PRIsLPTSTR "s"
30 #define PRIsLPOLESTR "ls"
32 #define PRIXGUID "{%08lX-%04hX-%04hX-%02hhX%02hhX-%02hhX%02hhX%02hhX%02hhX%02hhX%02hhX}"
33 #define PRIGUID_PARAM(g) \
34 (g).Data1, (g).Data2, (g).Data3, (g).Data4[0], (g).Data4[1], (g).Data4[2], (g).Data4[3], (g).Data4[4], (g).Data4[5], (g).Data4[6], (g).Data4[7]
35 #define PRIGUID_PARAM_REF(g) \
36 &(g).Data1, &(g).Data2, &(g).Data3, &(g).Data4[0], &(g).Data4[1], &(g).Data4[2], &(g).Data4[3], &(g).Data4[4], &(g).Data4[5], &(g).Data4[6], &(g).Data4[7]
63 #define _Out_z_cap_(n)