SHCOLUMNID Constructor (Guid, Int32) |
Constructor for SHCOLUMNID.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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 -> SHCOLUMNID
Parameters
- p_fmtid
- Type: SystemGuid
The FMTID of the SHColumnID - p_pid
- Type: SystemInt32
The PID of the SHColumnID
See Also