Creates a null value, an analogue of null in JS.
Name | Type | Description |
result | I_DOCBUILDER_VALUE** | The returned null value. |
CoInitialize(NULL); IONLYOFFICEDocBuilder* oBuilder = NULL; IONLYOFFICEDocBuilderContext* oContext = NULL; IONLYOFFICEDocBuilderValue* oContent = NULL; oBuilder->Initialize(); oBuilder->GetContext(&oContext); oContext->CreateNull(&oContent); oBuilder->Dispose();