C++ start and control linux subsystem

ZHOU JIANWEN 26 Reputation points
2022-01-04T05:26:29.897+00:00

Does C++ have a corresponding interface to control and operate the linux subsystem and the Android subsystem?

Windows development Windows API - Win32
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lex Li (Microsoft) 6,037 Reputation points Microsoft Employee
    2022-01-04T07:19:45.107+00:00

    WSL of course allows you to manipulate via wslapi.h,

    https://learn.microsoft.com/en-us/windows/win32/api/wslapi/

    Windows Subsystem for Android is still in preview, and currently there isn't any documentation on how its API might look like.

    0 comments No comments

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.