共用方式為


NetQueryServiceAccount 函式 (lmaccess.h)

取得指定受控服務帳戶的相關資訊。

語法

NTSTATUS NetQueryServiceAccount(
  [in, optional] LPWSTR ServerName,
  [in]           LPWSTR AccountName,
  [in]           DWORD  InfoLevel,
  [out]          PBYTE  *Buffer
);

參數

[in, optional] ServerName

此參數的值必須是 Null

[in] AccountName

要建立的帳戶名稱。

[in] InfoLevel

指定 Buffer 參數中傳回的資料格式。 這可以是下列值。

意義
0
Buffer參數包含MSA_INFO_0結構。

[out] Buffer

指定服務帳戶的相關資訊。

當您完成使用此緩衝區時,請呼叫 NetApiBufferFree 函式來釋放該緩衝區。

傳回值

如果函式成功,則會 傳回STATUS_SUCCESS

如果函式失敗,它會傳回錯誤碼。

需求

   
最低支援的用戶端 Windows 7 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 R2 [僅限桌面應用程式]
目標平台 Windows
標頭 lmaccess.h
Dll Netapi32.dll

另請參閱

NetAddServiceAccount

NetEnumerateServiceAccounts

NetIsServiceAccount

NetRemoveServiceAccount