BExplorer.Shell.Interop.Shell32.SHChangeNotifyRegister C# (CSharp) Method

SHChangeNotifyRegister() private method

private SHChangeNotifyRegister ( IntPtr hWnd, SHCNRF fSources, SHCNE fEvents, uint wMsg, int cEntries, SHChangeNotifyEntry &pFsne ) : uint
hWnd System.IntPtr
fSources SHCNRF
fEvents SHCNE
wMsg uint
cEntries int
pFsne SHChangeNotifyEntry
return uint
		public static extern uint SHChangeNotifyRegister(IntPtr hWnd, SHCNRF fSources, SHCNE fEvents, uint wMsg, int cEntries, ref SHChangeNotifyEntry pFsne);