- CFRelease
void CFRelease(CFTypeRef cf)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- CFStringGetCString
Boolean CFStringGetCString(CFStringRef theString, char* buffer, CFIndex bufferSize, CFStringEncoding encoding)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- CFStringGetCStringPtr
char* CFStringGetCStringPtr(CFStringRef theString, CFStringEncoding encoding)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- CFStringGetLength
CFIndex CFStringGetLength(CFStringRef theString)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- CFStringGetMaximumSizeForEncoding
CFIndex CFStringGetMaximumSizeForEncoding(CFIndex length, CFStringEncoding encoding)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- SysFreeString
uint SysFreeString(BSTR bstr)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SysStringLen
uint SysStringLen(BSTR bstr)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- consume
string consume(CFStringRef cfstr)
Undocumented in source. Be warned that the author may not have intended to support it.
- consume
string consume(BSTR bstr)
Undocumented in source. Be warned that the author may not have intended to support it.
- trace
void trace(string fmt, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- trace
void trace(string fmt, T args)
Undocumented in source. Be warned that the author may not have intended to support it.