This method of the IMoniker interface indicates whether this moniker is of one of the system-supplied moniker classes.
public boolean IsSystemMoniker(int[] pdwMksys);
S_OK -- The moniker is a system moniker.
S_FALSE -- The moniker is not a system moniker.
[out] pdwMksys | Pointer to an integer that is one of the values from the MKSYS enumeration, and refers to one of the COM moniker classes. This parameter cannot be NULL. |