zigwin32/win32/storage/structured_storage.zig

57 lines
2.1 KiB
Zig

//! NOTE: this file is autogenerated, DO NOT MODIFY
//--------------------------------------------------------------------------------
// Section: Constants (0)
//--------------------------------------------------------------------------------
//--------------------------------------------------------------------------------
// Section: Types (5)
//--------------------------------------------------------------------------------
// TODO: this type has an InvalidHandleValue of '0', what can Zig do with this information?
pub const JET_HANDLE = usize;
// TODO: this type has an InvalidHandleValue of '0', what can Zig do with this information?
pub const JET_INSTANCE = usize;
// TODO: this type has an InvalidHandleValue of '0', what can Zig do with this information?
pub const JET_SESID = *opaque{};
// TODO: this type has an InvalidHandleValue of '0', what can Zig do with this information?
pub const JET_TABLEID = usize;
// TODO: this type has an InvalidHandleValue of '0', what can Zig do with this information?
pub const JET_API_PTR = usize;
//--------------------------------------------------------------------------------
// Section: Functions (0)
//--------------------------------------------------------------------------------
//--------------------------------------------------------------------------------
// Section: Unicode Aliases (0)
//--------------------------------------------------------------------------------
const thismodule = @This();
pub usingnamespace switch (@import("../zig.zig").unicode_mode) {
.ansi => struct {
},
.wide => struct {
},
.unspecified => if (@import("builtin").is_test) struct {
} else struct {
},
};
//--------------------------------------------------------------------------------
// Section: Imports (0)
//--------------------------------------------------------------------------------
test {
@setEvalBranchQuota(
comptime @import("std").meta.declarations(@This()).len * 3
);
// reference all the pub declarations
if (!@import("builtin").is_test) return;
inline for (comptime @import("std").meta.declarations(@This())) |decl| {
_ = @field(@This(), decl.name);
}
}