![]() |
BALTECH Docs |
BALTECH SDK wrapper functions reference
|
| brp_errcode brp_VHL_ResolveFilename | ( | brp_VHL_ResolveFilename_t | params | ) |
This command returns the ID of a VHL file based on its filename.
To to do, the command searches for a file whose configuration value VhlCfg.File.Filename matches the passed Filename exactly.
Use this ID to reference the VHL file in the following commands:
We strongly recommend you don't hardcode file IDs, but always resolve them via this command. Otherwise, your application won't work anymore if e.g. a project manager later merges VHL files into a different configuration using BALTECH ConfigEditor. This process may result in a new ID, but not in a new name.
| [in] | params | Struct with the following fields:
|