3.1.4.2.108 ApiSetServiceAccountPassword (Opnum 108)
The server MUST fail this method using error ERROR_CALL_NOT_IMPLEMENTED.
-
error_status_t ApiSetServiceAccountPassword( [in, string] LPWSTR lpszNewPassword, [in] IDL_CLUSTER_SET_PASSWORD_FLAGS dwFlags, [out, size_is(ReturnStatusBufferSize), length_is(*SizeReturned)] IDL_CLUSTER_SET_PASSWORD_STATUS ReturnStatusBufferPtr[*], [in, range(0, (64 * 1024))] DWORD ReturnStatusBufferSize, [out] DWORD *SizeReturned, [out] DWORD *ExpectedBufferSize );
lpszNewPassword: Not used.
dwFlags: Not used.
ReturnStatusBufferPtr: Not used.
ReturnStatusBufferSize: Not used.
SizeReturned: Not used.
ExpectedBufferSize: Not used.
-
Return value/code
Description
0x00000078
ERROR_CALL_NOT_IMPLEMENTED
Servers MUST return this error code.