SysFreeString (oleaut32)
Last changed: -83.244.149.133

.
Summary
Frees a BSTR string.

C# Signature:

[DllImport("oleaut32.dll")]
static extern int SysFreeString(IntPtr bstr);

VB Signature:

Declare Function SysFreeString Lib "oleaut32.dll" (ByRef bstr as String) As Long

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

System.Runtime.InteropServices.Marshal.FreeBSTR

http://msdn2.microsoft.com/en-us/library/system.runtime.interopservices.marshal.freebstr.aspx

Documentation