What does the HRESULT code 0x80193AFC mean?

Subconscious Compute 0 Reputation points
2024-10-22T11:28:56.6333333+00:00

On Windows 10 Enterprise LTSC Version 1809 Build 17763.6054 I try to run the Windows Win32 API syscall within my rust program:

windows::Win32::Management::MobileDeviceManagementRegistration::RegisterDeviceWithManagement

This function will register the device to an MDM server.

I get the following HRESULT error code: 0x80193AFC when it is run. I was not able to find this code documented anywhere So I'm not sure what the issue is?.

The same function does work on Windows 10 Pro.

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,636 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.