CompilerServices.String2Psz Method | |
Allocate a PSZ and add it to the list
Namespace:
XSharp.Internal
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC METHOD String2Psz(
s AS STRING,
pszList AS List<IntPtr>
) AS IntPtr
public static IntPtr String2Psz(
string s,
List<IntPtr> pszList
)
Request Example
View SourceParameters
- s
- Type: String
- pszList
- Type: ListIntPtr
Return Value
Type:
IntPtrSee Also