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

SHChangeNotifyRegister() private method

private SHChangeNotifyRegister ( IntPtr hWnd, SHCNRF fSources, SHCNE fEvents, uint wMsg, int cEntries, [ pFsne ) : uint
hWnd System.IntPtr
fSources SHCNRF
fEvents SHCNE
wMsg uint
cEntries int
pFsne [
return uint
        private static extern uint SHChangeNotifyRegister(
                        IntPtr hWnd,
                        SHCNRF fSources,
                        SHCNE fEvents,
                        uint wMsg,
                        int cEntries,
                        [MarshalAs(UnmanagedType.LPArray)]
                        SHChangeNotifyEntry[] pFsne);