You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for CStr.as_ptr() is identical to docs for CString.as_ptr() and does not work for CStr. For instance, the provided code samples don't even create a CStr.
The documentation for CStr.as_ptr() is identical to docs for CString.as_ptr() and does not work for
CStr. For instance, the provided code samples don't even create aCStr.