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!

Marshal.Release

Decrements the reference count on a specified unmanaged COM interface.

[Visual Basic]
Public Shared Function Release( _
   ByVal pUnk As Integer _
) As Integer
[C#]
public static int Release(
   int pUnk
);
[C++]
public: static int Release(
   int pUnk
);
[JScript]
public static function Release(
   pUnk : int
) : int;

Parameters

pUnk
[To be supplied.]

Return Value

[To be supplied.]

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace