Crate aurum_winbase [] [src]

Structs

Error

Windows API error.

Local

Boxed type managed with LocalAlloc and LocalFree.

LocalSlice

Boxed type for slices managed with LocalAlloc and LocalFree.

Module

HMODULE/HINSTANCE wrapper.

Functions

clear_error

Sets the thread local error code to zero.

set_error

Sets the thread local error code.

Type Definitions

Result

Windows API result type.