# vmoCreate method | |
[HandleResult](../../zircon/HandleResult-class.md) vmoCreate | |
(int size, [int options = 0]) | |
## Implementation | |
```dart | |
static HandleResult vmoCreate(int size, [int options = 0]) { | |
throw UnimplementedError( | |
'System.vmoCreate() is not implemented on this platform.'); | |
} | |
``` | |