DecodePointer Function

Decodes a pointer that was previously encoded with EncodePointer.

Syntax

C++
PVOID DecodePointer(
    PVOID Ptr
);

Parameters

Ptr

The pointer to be decoded.

Return Value

The function returns the decoded pointer.

Requirements

Minimum supported clientWindows Vista, Windows XP with SP2
Minimum supported serverWindows Server 2008, Windows Server 2003 with SP1
HeaderWinbase.h (include Windows.h)
LibraryKernel32.lib
DLLKernel32.dll

See Also

DecodeSystemPointer
EncodePointer

Send comments about this topic to Microsoft

Build date: 10/22/2009

Tags :


Page view tracker