Desktop Functions: Smart Device Functions:
|
Search Results for "RegNotifyChangeKeyValue" in [All]advapi32
private static extern int RegNotifyChangeKeyValue(
LONG WINAPI RegNotifyChangeKeyValue(
Declare Function RegNotifyChangeKeyValue Lib "advapi32.dll" (hKey As IntPtr, _
private static extern int RegNotifyChangeKeyValue(
// The "Close()" will trigger RegNotifyChangeKeyValue if it is still listening
// RegNotifyChangeKeyValue blocks until a change occurs.
int result = RegNotifyChangeKeyValue(ptr, true, this._filter, IntPtr.Zero, false); |