Options
All
  • Public
  • Public/Protected
  • All
Menu

The main Windows 96 API namespace.

Index

Variables

Const FS

FS: FS

The Windows 96 file system API.

Const FSFeatures

FSFeatures: { hidden: "hidden"; readOnly: "read-only"; remote: "remote" }

FS features enum.

Type declaration

  • hidden: "hidden"

    Hidden file system. Does not show in explorer.

  • readOnly: "read-only"

    Read only file system.

  • remote: "remote"

    Remote (non local) file system.

Const FSUtil

FSUtil: FSUtil

FS utilities API.

Const StandardWindow

StandardWindow: StandardWindow

Represents a window object.

Const WApplication

WApplication: WApplication

Represents a Windows 96 application.

This class must be inherited to create an application, it's useless on its own.

Const WRT

WRT: WRTAPI

Windows 96 Runtime (WRT) API.

Const WindowParams

WindowParams: WindowParams

Represents window creation parameters.

All parameters are optional and have default settings.

Const WindowSystem

WindowSystem: WindowSystem

Window System API.

Const __debug

[internal] Internal debug API.

Const app

app: AppAPI

Application API.

Const debug

debug: DebugAPI

Debugging API.

Const fstype

fstype: FSType

FS types namespace.

Const ipc

ipc: IPCAPI

IPC API.

Const isRecovery

isRecovery: boolean

Whether Windows 96 is running in recovery mode.

Const ktypes

ktypes: KTypesAPI

Kernel types API.

Const mutex

mutex: MutexAPI

Mutex API.

Const net

net: NetAPI

Networking API.

Const run

run: {}

[unused]

Type declaration

Const sec

Security API.

Const shell

shell: ShellAPI

Windows 96 shell API.

Const state

state: StateAPI

Environment state API.

Const sys

System API.

Const sysConf

sysConf: SCMAPI

System Configuration Manager (SCM) API.

Const ui

ui: UIAPI

User interface API.

Const util

util: UtilAPI

Utilities API.

Const wmem

wmem: { clockInt: 0; eCachedMetadata: {} }

Working memory.

Can be used for shared memory access by applications. Applications should always clean their wmem resources!

Type declaration

  • clockInt: 0
  • eCachedMetadata: {}

Const yaml

[external] js-yaml API

https://www.npmjs.com/package/js-yaml

Functions

main

  • main(): Promise<void>
  • [internal] Windows 96 kernel entry point.

    Returns Promise<void>

toString

  • toString(): string
  • Returns string

    Returns the Windows 96 about message.

urlopen

  • urlopen(url: string): Promise<void>
  • Opens an URL.

    Parameters

    • url: string

      The URL to open.

    Returns Promise<void>

Generated using TypeDoc