C# Class SS.Ynote.Classic.PInvoke.BROWSEINFO

Exibir arquivo Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Properties

Property Type Description
Flags int
Owner System.IntPtr
Title string
callback BrowseFolderCallbackProc
iImage int
lParam System.IntPtr
pidlRoot System.IntPtr
pszDisplayName System.IntPtr

Property Details

Flags public_oe property

public int Flags
return int

Owner public_oe property

public IntPtr,System Owner
return System.IntPtr

Title public_oe property

public string Title
return string

callback public_oe property

public BrowseFolderCallbackProc callback
return BrowseFolderCallbackProc

iImage public_oe property

public int iImage
return int

lParam public_oe property

public IntPtr,System lParam
return System.IntPtr

pidlRoot public_oe property

public IntPtr,System pidlRoot
return System.IntPtr

pszDisplayName public_oe property

public IntPtr,System pszDisplayName
return System.IntPtr