Lines Matching refs:TCHAR
156 static TCHAR *
160 TCHAR * outTCharString,
955 TCHAR buffer[ 512 ];
958 TCHAR * dst;
961 // Copy locally and null terminate the string. This also converts from char to TCHAR in case we are
978 *dst++ = (TCHAR) c;
997 TCHAR name[ 128 ];
999 TCHAR path[ MAX_PATH ];
1025 // Set the path in the EventMessageFile subkey. Add 1 to the TCHAR count to include the null terminator.
1031 n *= sizeof( TCHAR );
1064 TCHAR buffer[ 512 ];
1067 TCHAR * dst;
1069 const TCHAR * array[ 1 ];
1086 // Copy locally and null terminate the string. This also converts from char to TCHAR in case we are
1103 *dst++ = (TCHAR) c;
2554 static TCHAR *
2558 TCHAR * outTCharString,
2563 TCHAR * dst;
2564 TCHAR * end;
2583 *dst++ = (TCHAR) *src++;