VoIPNativeAPIWriteProcessMemory Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static bool WriteProcessMemory(
IntPtr hProcess,
IntPtr lpBaseAddress,
byte[] lpBuffer,
uint nSize,
out int lpNumberOfBytesWritten
)
Public Shared Function WriteProcessMemory (
hProcess As IntPtr,
lpBaseAddress As IntPtr,
lpBuffer As Byte(),
nSize As UInteger,
<OutAttribute> ByRef lpNumberOfBytesWritten As Integer
) As Boolean
public:
static bool WriteProcessMemory(
IntPtr hProcess,
IntPtr lpBaseAddress,
array<unsigned char>^ lpBuffer,
unsigned int nSize,
[OutAttribute] int% lpNumberOfBytesWritten
)
static member WriteProcessMemory :
hProcess : IntPtr *
lpBaseAddress : IntPtr *
lpBuffer : byte[] *
nSize : uint32 *
lpNumberOfBytesWritten : int byref -> bool
Parameters
- hProcess
- Type: SystemIntPtr
- lpBaseAddress
- Type: SystemIntPtr
- lpBuffer
- Type: SystemByte
- nSize
- Type: SystemUInt32
- lpNumberOfBytesWritten
- Type: SystemInt32
Return Value
Type:
Boolean
See Also