IMoniker.IsSystemMoniker(Int32) Method

Definition

Indicates whether this moniker is of one of the system-supplied moniker classes.

public:
 int IsSystemMoniker([Runtime::InteropServices::Out] int % pdwMksys);
public int IsSystemMoniker (out int pdwMksys);
abstract member IsSystemMoniker : int -> int
Public Function IsSystemMoniker (ByRef pdwMksys As Integer) As Integer

Parameters

pdwMksys
Int32

When this method returns, contains a 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 is passed uninitialized.

Returns

An S_OKHRESULT value if the moniker is a system moniker; otherwise, an S_FALSEHRESULT value.

Remarks

For details on the values of the MKSYS enumeration and for information about IMoniker::IsSystemMoniker, see the MSDN Library.

Applies to