NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UCOMITypeInfo.GetTypeAttr

[To be supplied.]

[Visual Basic]
Sub GetTypeAttr( _
   ByRef ppTypeAttr As Integer _
)
[C#]
void GetTypeAttr(
   ref int ppTypeAttr
);
[C++]
void GetTypeAttr(
   int** ppTypeAttr
) = 0;
[JScript]
function GetTypeAttr(
   ppTypeAttr : int
);

Parameters

ppTypeAttr
[To be supplied.]

See Also

UCOMITypeInfo Interface | UCOMITypeInfo Members | System.Runtime.InteropServices Namespace