\n
Microsoft Invisible Computing

IWsManId Interface

WS-Management Identify.

XML namespace wsmid=http://schemas.dmtf.org/wbem/wsman/identity/1/wsmanidentity.xsd

C type for interface pointer:

Extends IUnknown

Implemented by WsMan

Methods: Identify

Methods

Identify

IWsManId.Identify Method

SCODE Identify( 
    /*in,this*/ PIWSMANID iThis,
    /*out,size-is*/ _TCHAR * ProtocolVersion,
    /*in,size-of*/ UINT ProtocolVersionSize,
    /*out,size-is*/ _TCHAR * ProductVendor,
    /*in,size-of*/ UINT ProductVendorSize,
    /*out,size-is*/ _TCHAR * ProductVersion,
    /*in,size-of*/ UINT ProductVersionSize,
    /*out,optional,size-is*/ _TCHAR * SpecVersion,
    /*in,size-of*/ UINT SpecVersionSize,
    /*out,optional,size-is*/ _TCHAR * BuildId,
    /*in,size-of*/ UINT BuildIdSize)
ProtocolVersion
ProtocolVersionSize

The size in bytes of the buffer for the returned string.

ProductVendor
ProductVendorSize

The size in bytes of the buffer for the returned string.

ProductVersion
ProductVersionSize

The size in bytes of the buffer for the returned string.

SpecVersion
SpecVersionSize

The size in bytes of the buffer for the returned string.

BuildId
BuildIdSize

The size in bytes of the buffer for the returned string.

C++

SCODE IWsManId::Identify( 
    /*out,size-is*/ _TCHAR * ProtocolVersion,
    /*in,size-of*/ UINT ProtocolVersionSize,
    /*out,size-is*/ _TCHAR * ProductVendor,
    /*in,size-of*/ UINT ProductVendorSize,
    /*out,size-is*/ _TCHAR * ProductVersion,
    /*in,size-of*/ UINT ProductVersionSize,
    /*out,optional,size-is*/ _TCHAR * SpecVersion,
    /*in,size-of*/ UINT SpecVersionSize,
    /*out,optional,size-is*/ _TCHAR * BuildId,
    /*in,size-of*/ UINT BuildIdSize)

©2006 Microsoft Corporation. All rights reserved. Terms of Use Privacy Statement Accessibility End User License Agreement