PCWSTR struct PCWSTR : IEquatable<PCWSTR> A pointer to a null-terminated, constant character string. Documentation Code public bool IsNull { get; } public static Char* op_Explicit(PCWSTR value) public static PCWSTR op_Implicit(Char* value) public bool Equals(PCWSTR other)