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: 1.8.12.0 (1.8.12)
Syntax
public struct PropVariant

The PropVariant type exposes the following members.

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
Properties
  NameDescription
Public propertyDataType
Gets the type of data in this PropVariant
Public propertyValue
Property value
Top
See Also