ICustomMarshaler.CleanUpNativeData Method
.NET Framework 1.1
Performs necessary cleanup of the unmanaged data when it is no longer needed.
[Visual Basic] Sub CleanUpNativeData( _ ByVal pNativeData As IntPtr _ ) [C#] void CleanUpNativeData( IntPtr pNativeData ); [C++] void CleanUpNativeData( IntPtr pNativeData ); [JScript] function CleanUpNativeData( pNativeData : IntPtr );
Parameters
- pNativeData
- A pointer to the unmanaged data to be destroyed.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
ICustomMarshaler Interface | ICustomMarshaler Members | System.Runtime.InteropServices Namespace