ToIntPtr Method (ComStream)
In This Topic
Gets a com pointer to the underlying
IStream object.
Syntax
'Declaration
Public Shared Function ToIntPtr( _
ByVal As IStream _
) As System.IntPtr
public static System.IntPtr ToIntPtr(
IStream
)
Parameters
- stream
- The stream.
Return Value
A Com pointer
See Also