Variant.win32_new

Invokes platform specific functionality to wrap a variant that was allocated in operating system memory. <p> <b>IMPORTANT:</b> This method is <em>not</em> part of the public API for <code>Variant</code>. It is marked public only so that it can be shared within the packages provided by SWT. It is not available on all platforms, and should never be called from application code. </p>

@param pVariant pointer to a variant

@return a new <code>Variant</code>

@since 3.3

class Variant
static
win32_new
(
VARIANT* pVariant
)

Meta