Psz Conversion (Void to Psz) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR IMPLICIT (
p AS PTR
) AS PSZ
public static implicit operator Psz (
void* p
)
Request Example
View SourceParameters
- p
- Type: Void*
Return Value
Type:
PszSee Also