Kernel32EncodeSystemPointer Method

Overload List

EncodeSystemPointer(IntPtr) Encodes the specified pointer with a system-specific value.

Encoded pointers can be used to provide another layer of protection for pointer values.

EncodeSystemPointer(UIntPtr) Encodes the specified pointer with a system-specific value.

Encoded pointers can be used to provide another layer of protection for pointer values.

See Also