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;
[To be supplied.]
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace