Skip to main content

ShellLink.PropVariant struct

Namespace: Velopack.Windows

public struct ShellLink.PropVariant

Methods

MethodSummary
FromString
FromGuid
ClearCalled to clear the PropVariant's referenced and local memory.

FromString(str)

public static ShellLink.PropVariant FromString(string str)

Parameters

NameTypeDescription
strstring

Returns ShellLink.PropVariant

FromGuid(guid)

public static ShellLink.PropVariant FromGuid(Guid guid)

Parameters

NameTypeDescription
guidGuid

Returns ShellLink.PropVariant

Clear()

public void Clear()

Called to clear the PropVariant's referenced and local memory.

You must call Clear to avoid memory leaks.

Fields

FieldSummary
variantType
Reserved1
Reserved2
Reserved3
pointerValue

variantType

public short variantType

Reserved1

public short Reserved1

Reserved2

public short Reserved2

Reserved3

public short Reserved3

pointerValue

public nint pointerValue

Generated from Velopack 1.1.1