4
我有一個wchar_t *
,我需要在一個需要CFStringref
轉換爲wchar_t到CFStringref
我使用CFStringCreateWithCharacters
嘗試了功能使用,但我不會用它在任何地方獲得。
所以,如果我有:
wchar_t * widecharvar = L"some value";
CFStringRef stringref;
如何轉換和複製widecharvar
到stringref
?此值將SecRequirementCreateWithString()
感謝
http://stackoverflow.com/questions/7753262/how-to-convert-wchar-t-to-nsstring – 2012-02-02 21:32:51
謝謝,但我不能在C中使用。 – 2012-02-02 21:37:37