[This is preliminary documentation and subject to change.]
The OpenNtmsNotification function opens a channel to receive RSM object change notifications for objects of the specified type.
HANDLE WINAPI OpenNtmsNotification(
HANDLE hSession,
DWORD dwType
);
The OpenNtmsNotification function returns a notification handle that you pass to the WaitForNtmsNotification or CloseNtmsNotification functions.
For extended error information, call the Win32 GetLastError function.
Windows NT: Requires version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in ntmsapi.h.
Import Library: Use ntmsapi.lib.
Database Notification Functions, CloseNtmsNotification, WaitForNtmsNotification