Name
hw_SetErrorCode -- set extended error information (V5.0)
Synopsis
void hw_SetErrorCode(int c);
Function
This function can be used to set extended error information for errors containing a %ld wildcard. When composing the final error message, Hollywood will replace the %ld wildcard with the value passed to this function.

Designer compatibility
Supported since Designer 4.0

Inputs
c
extended error information to store in Holywood

Show TOC