Kernel32DecodeSystemPointer(IntPtr) 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 IntPtr DecodeSystemPointer(
IntPtr ptr
)
<DllImportAttribute("Kernel32.dll", ExactSpelling := true>]
Public Shared Function DecodeSystemPointer (
ptr As IntPtr
) As IntPtr
Dim ptr As IntPtr
Dim returnValue As IntPtr
returnValue = Kernel32.DecodeSystemPointer(ptr)
public:
[DllImportAttribute(L"Kernel32.dll", ExactSpelling = true)]
static IntPtr DecodeSystemPointer(
[InAttribute] IntPtr ptr
)
[<DllImportAttribute("Kernel32.dll", ExactSpelling = true)>]
static member DecodeSystemPointer :
ptr : IntPtr -> IntPtr
No code example is currently available or this language may not be supported.
- ptr IntPtr
-
The pointer to be decoded.
IntPtr
Returns the decoded pointer.