Click or drag to resize

PropVariant Structure

from Propidl.h. http://msdn.microsoft.com/en-us/library/aa380072(VS.85).aspx contains a union so we have to do an explicit layout

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public struct PropVariant

The PropVariant type exposes the following members.

Properties
  NameDescription
Public propertyDataType
Gets the type of data in this PropVariant
Public propertyValue
Property value
Top
Methods
  NameDescription
Public methodClear
allows freeing up memory, might turn this into a Dispose method?
Public methodStatic memberFromLong
Creates a new PropVariant containing a long value
Public methodGetBlobAsArrayOfT
Interprets a blob as an array of structs
Top
See Also