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

SHObjectProperties() private method

private SHObjectProperties ( IntPtr hwnd, uint shopObjectType, [ pszObjectName, [ pszPropertyPage ) : bool
hwnd System.IntPtr
shopObjectType uint
pszObjectName [
pszPropertyPage [
return bool
		public static extern bool SHObjectProperties(IntPtr hwnd, uint shopObjectType, [MarshalAs(UnmanagedType.LPWStr)] string pszObjectName, [MarshalAs(UnmanagedType.LPWStr)] string pszPropertyPage);