Displaying 1 result from an estimated 1 matches for "cfresult".
Did you mean:
fresult
2001 Dec 12
1
MacOS X Server samba diffs
...unsigned long
scriptEncoding,
- unsigned long flags)
-{
- unsigned long unicodeChars;
- unsigned long srcCharsUsed;
- unsigned long usedByteLen = 0;
- UniChar uniStr[512];
- unsigned long cfResult;
-
- cfResult = CFStringEncodingBytesToUnicode(
- scriptEncoding,
- flags,
- (char *)inCStr,
- strlen(inCStr),
- &s...