UCOMIMoniker.IsSystemMoniker(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether this moniker is of one of the system-supplied moniker classes.
public:
void IsSystemMoniker([Runtime::InteropServices::Out] int % pdwMksys);
public void IsSystemMoniker (out int pdwMksys);
abstract member IsSystemMoniker : int -> unit
Public Sub IsSystemMoniker (ByRef pdwMksys As Integer)
Parameters
- pdwMksys
- Int32
A pointer to an integer that is one of the values from the MKSYS
enumeration, and refers to one of the COM moniker classes.
Remarks
For details on the values of the MKSYS
enumeration and for information about IMoniker::IsSystemMoniker
, see the MSDN Library.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.