Open Broadcaster Software
Free, open source software for live streaming and recording
cfstring-utils.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "../c99defs.h"
4 #include "../dstr.h"
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 EXPORT char *cfstr_copy_cstr(CFStringRef cfstr, CFStringEncoding cfstr_enc);
11 
12 EXPORT bool cfstr_copy_dstr(CFStringRef cfstr, CFStringEncoding cfstr_enc,
13  struct dstr *str);
14 
15 #ifdef __cplusplus
16 }
17 #endif
EXPORT
#define EXPORT
Definition: c99defs.h:37
cfstr_copy_cstr
EXPORT char * cfstr_copy_cstr(CFStringRef cfstr, CFStringEncoding cfstr_enc)
dstr
Definition: dstr.h:36
cfstr_copy_dstr
EXPORT bool cfstr_copy_dstr(CFStringRef cfstr, CFStringEncoding cfstr_enc, struct dstr *str)