Microsoft SDK for Java

IsSystemMoniker

This method of the IMoniker interface indicates whether this moniker is of one of the system-supplied moniker classes.

Syntax

public boolean IsSystemMoniker(int[] pdwMksys);

Return Values

S_OK -- The moniker is a system moniker.

S_FALSE -- The moniker is not a system moniker.

Parameters

[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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.