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

[To be supplied.]

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

Parameters

pTypeAttr
[To be supplied.]

See Also

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