Home
last modified time | relevance | path

Searched refs:GX_RESOURCE_STANDALONE_HEADER_SIZE (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dbinary_resource_gen.cpp5 #define GX_RESOURCE_STANDALONE_HEADER_SIZE 8 /* 2 bytes type, 2 bytes version, 4 bytes count. */ macro
1113 UCHAR header_array[GX_RESOURCE_STANDALONE_HEADER_SIZE]; in WriteStandaloneResHeader()
1122 memcpy_s(header_array, GX_RESOURCE_STANDALONE_HEADER_SIZE, &s, sizeof(USHORT)); in WriteStandaloneResHeader()
1126 if (index < GX_RESOURCE_STANDALONE_HEADER_SIZE) in WriteStandaloneResHeader()
1129 … memcpy_s(header_array + index, GX_RESOURCE_STANDALONE_HEADER_SIZE - index, &s, sizeof(USHORT)); in WriteStandaloneResHeader()
1134 if (index < GX_RESOURCE_STANDALONE_HEADER_SIZE) in WriteStandaloneResHeader()
1137 … memcpy_s(header_array + index, GX_RESOURCE_STANDALONE_HEADER_SIZE - index, &l, sizeof(ULONG)); in WriteStandaloneResHeader()
1141 WriteDataOut(header_array, GX_RESOURCE_STANDALONE_HEADER_SIZE); in WriteStandaloneResHeader()