|
|
|
|
|
nWDExecuteEx: Execute a WLanguage function
Runs a WLanguage function by dynamic compilation, without command formatting. Note: this function behaves like the nWDExecute function, but does not interpret the string containing the command. This allow for faster execution of non-formatted commands (commands not containing %s, %d, ...). int nWDExecuteEx(LPCTSTR pszCommande);
Details of parameters pszCommand: WLanguage command to run
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|