StructLayoutAttribute.CharSet 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示根據預設,類別中的字串資料欄位應該封送處理為 LPWSTR
,還是 LPSTR
。
public: System::Runtime::InteropServices::CharSet CharSet;
public System.Runtime.InteropServices.CharSet CharSet;
val mutable CharSet : System.Runtime.InteropServices.CharSet
Public CharSet As CharSet
欄位值
備註
CharSet
如果欄位設定為 CharSet.Unicode 或 CharSet.Auto,則所有字串自變數都會轉換成 Unicode 字元, (LPWSTR
) ,再傳遞至 Unmanaged 實作。 如果字位設定 CharSet.Ansi為 ,字串會轉換成 ANSI 字串, (LPSTR
) 。