Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMoniker::IsSystemMoniker Method (Int32%)

 

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

Namespace:   System.Runtime.InteropServices.ComTypes
Assembly:  mscorlib (in mscorlib.dll)

int IsSystemMoniker(
	[OutAttribute] int% pdwMksys
)

Parameters

pdwMksys
Type: System::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.

Return Value

Type: System::Int32

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

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

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show:
© 2017 Microsoft