Click or drag to resize

ComIStreamWrapperSeek Method


Namespace: DWSIM.SharedClasses
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 8.4.5.0
Syntax
public void Seek(
	long dlibMove,
	int dwOrigin,
	IntPtr plibNewPosition
)
Request Example View Source

Parameters

dlibMove  Int64
 
dwOrigin  Int32
 
plibNewPosition  IntPtr
 

Implements

IStreamSeek(Int64, Int32, IntPtr)
See Also