Kernel32DecodePointer(UIntPtr) Method
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("Kernel32.dll", ExactSpelling = true)]
public static UIntPtr DecodePointer(
UIntPtr ptr
)
<DllImportAttribute("Kernel32.dll", ExactSpelling := true>]
Public Shared Function DecodePointer (
ptr As UIntPtr
) As UIntPtr
Dim ptr As UIntPtr
Dim returnValue As UIntPtr
returnValue = Kernel32.DecodePointer(ptr)
public:
[DllImportAttribute(L"Kernel32.dll", ExactSpelling = true)]
static UIntPtr DecodePointer(
[InAttribute] UIntPtr ptr
)
[<DllImportAttribute("Kernel32.dll", ExactSpelling = true)>]
static member DecodePointer :
ptr : UIntPtr -> UIntPtr
No code example is currently available or this language may not be supported.
- ptr UIntPtr
-
The pointer to be decoded.
UIntPtr
Returns the decoded pointer.