GetDeviceManagementConfigInfo, fonction (mdmregistration.h)
Obtient les informations de configuration associées à l’ID du fournisseur.
Syntaxe
HRESULT GetDeviceManagementConfigInfo(
PCWSTR providerID,
DWORD *configStringBufferLength,
PWSTR configString
);
Paramètres
providerID
Type : _In_ PCWSTR
Chaîne contenant l’ID du fournisseur.
configStringBufferLength
Type : _Inout_ DWORD*
Pointeur vers la longueur de la mémoire tampon (taille de configString en caractères).
configString
Type : _Out_writes_to_opt_(*configStringBufferLength, *configStringBufferLength) PWSTR
Mémoire tampon qui, si la fonction se termine correctement, contiendra les informations de configuration.
Si la mémoire tampon n’est pas suffisamment grande pour contenir les données, la fonction retourne ERROR_MORE_DATAet stocke la taille de mémoire tampon requise dans la variable pointée par configStringBufferLength. Dans ce cas, le contenu de la mémoire tampon configString n’est pas défini.
Valeur de retour
Type : HRESULT
Si la fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 10 Build 20348 |
serveur minimum pris en charge | Windows 10 Build 20348 |
plateforme cible | Windows |
d’en-tête | mdmregistration.h |
bibliothèque | MDMRegistration.lib |
DLL | MDMRegistration.dll |