Partager via


Méthode IWbemPath ::IsRelative (wmiutils.h)

La méthode IWbemPath ::IsRelative teste si le chemin, tel que déjà défini dans l’analyseur, est relatif à un ordinateur et un espace de noms particuliers.

Syntaxe

BOOL IsRelative(
  [in] LPWSTR wszMachine,
  [in] LPWSTR wszNamespace
);

Paramètres

[in] wszMachine

Nom de l’ordinateur.

[in] wszNamespace

Espace de noms testé.

Valeur retournée

Cette méthode retourne un boOL indiquant si le chemin d’accès est relatif à l’ordinateur et à l’espace de noms spécifiés.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista
Serveur minimal pris en charge Windows Server 2008
Plateforme cible Windows
En-tête wmiutils.h
Bibliothèque Wbemuuid.lib
DLL Wmiutils.dll

Voir aussi

IWbemPath

Méthode IWbemPathKeyList