IMoniker.IsSystemMoniker(Int32) Método
Definição
Indica se esse moniker é de uma das classes moniker fornecidas pelo sistema.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
Parâmetros
- pdwMksys
- Int32
Quando esse método retorna, ele contém um ponteiro para um inteiro que é um dos valores da enumeração MKSYS e faz referência a uma das classes COM do moniker.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. Este parâmetro é passado não inicializado.This parameter is passed uninitialized.
Retornos
Um valor S_OKHRESULT se o moniker for um moniker de sistema, caso contrário, um valor S_FALSEHRESULT.An S_OKHRESULT value if the moniker is a system moniker; otherwise, an S_FALSEHRESULT value.
Comentários
Para obter detalhes sobre os valores da MKSYS enumeração e para obter informações sobre o IMoniker::IsSystemMoniker , consulte a biblioteca MSDN.For details on the values of the MKSYS enumeration and for information about IMoniker::IsSystemMoniker, see the MSDN Library.