1# zx_vmo_create_contiguous
2
3## NAME
4
5<!-- Updated by update-docs-from-abigen, do not edit. -->
6
7vmo_create_contiguous - TODO(ZX-3106)
8
9## SYNOPSIS
10
11<!-- Updated by update-docs-from-abigen, do not edit. -->
12
13```
14#include <zircon/syscalls.h>
15
16zx_status_t zx_vmo_create_contiguous(zx_handle_t bti,
17                                     size_t size,
18                                     uint32_t alignment_log2,
19                                     zx_handle_t* out);
20```
21
22## DESCRIPTION
23
24TODO(ZX-3106)
25
26## RIGHTS
27
28<!-- Updated by update-docs-from-abigen, do not edit. -->
29
30*bti* must be of type **ZX_OBJ_TYPE_BTI** and have **ZX_RIGHT_MAP**.
31
32## RETURN VALUE
33
34TODO(ZX-3106)
35
36## ERRORS
37
38TODO(ZX-3106)
39
40## SEE ALSO
41
42
43TODO(ZX-3106)
44