Kernel32CreateMemoryResourceNotification Method
Creates a memory resource notification object.
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", SetLastError = true)]
public static IntPtr CreateMemoryResourceNotification(
MemoryResourceNotificationType notificationType
)
public:
[DllImportAttribute(L"Kernel32.dll", SetLastError = true)]
static IntPtr CreateMemoryResourceNotification(
MemoryResourceNotificationType notificationType
)
[<DllImportAttribute("Kernel32.dll", SetLastError = true)>]
static member CreateMemoryResourceNotification :
notificationType : MemoryResourceNotificationType -> IntPtr
No code example is currently available or this language may not be supported.
- notificationType MemoryResourceNotificationType
-
The memory condition under which the object is to be signaled.
IntPtr
If the function succeeds, the return value is a handle to a memory resource notification object.
If the function fails, the return value is
Zero.