A pointer to a HICON object you need to release, as an IntPtr value.





In This Topic

ReleaseHICON Method

In This Topic
Releases a specified HICON object from the memory.
Syntax
'Declaration

 

Public Sub ReleaseHICON( _

   ByVal HICON As IntPtr _

) 
public void ReleaseHICON( 

   IntPtr HICON

)
public procedure ReleaseHICON( 

    HICON: IntPtr

); 
public function ReleaseHICON( 

   HICON : IntPtr

);
public: void ReleaseHICON( 

   IntPtr HICON

) 
public:

void ReleaseHICON( 

   IntPtr HICON

) 

Parameters

HICON
A pointer to a HICON object you need to release, as an IntPtr value.
Remarks
Be aware that this method does not reset the previously set error status.
See Also