SHCOLUMNID(Guid, Int32) Constructor |
Constructor for SHCOLUMNID.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic SHCOLUMNID(
Guid p_fmtid,
int p_pid
)
Public Sub New (
p_fmtid As Guid,
p_pid As Integer
)
public:
SHCOLUMNID(
Guid p_fmtid,
int p_pid
)
new :
p_fmtid : Guid *
p_pid : int -> SHCOLUMNIDParameters
- p_fmtid Guid
- The FMTID of the SHColumnID
- p_pid Int32
- The PID of the SHColumnID
See Also