# zx_vmo_create_contiguous ## NAME vmo_create_contiguous - TODO(ZX-3106) ## SYNOPSIS ``` #include zx_status_t zx_vmo_create_contiguous(zx_handle_t bti, size_t size, uint32_t alignment_log2, zx_handle_t* out); ``` ## DESCRIPTION TODO(ZX-3106) ## RIGHTS *bti* must be of type **ZX_OBJ_TYPE_BTI** and have **ZX_RIGHT_MAP**. ## RETURN VALUE TODO(ZX-3106) ## ERRORS TODO(ZX-3106) ## SEE ALSO TODO(ZX-3106)