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.ReleaseTLibAttr

[To be supplied.]

[Visual Basic]
Sub ReleaseTLibAttr( _
   ByVal pTLibAttr As Integer _
)
[C#]
void ReleaseTLibAttr(
   int pTLibAttr
);
[C++]
void ReleaseTLibAttr(
   int pTLibAttr
) = 0;
[JScript]
function ReleaseTLibAttr(
   pTLibAttr : int
);

Parameters

pTLibAttr
[To be supplied.]

See Also

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