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!

UCOMITypeLib.GetLibAttr

[To be supplied.]

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

Parameters

ppTLibAttr
[To be supplied.]

See Also

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