Click or drag to resize

VoIPNativeAPIWriteProcessMemory Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static bool WriteProcessMemory(
	IntPtr hProcess,
	IntPtr lpBaseAddress,
	byte[] lpBuffer,
	uint nSize,
	out int lpNumberOfBytesWritten
)

Parameters

hProcess
Type: SystemIntPtr
lpBaseAddress
Type: SystemIntPtr
lpBuffer
Type: SystemByte
nSize
Type: SystemUInt32
lpNumberOfBytesWritten
Type: SystemInt32

Return Value

Type: Boolean
See Also