RCDATA Statement

Syntax:

  RCDATA resource-id
  BEGIN
  data-definition, data-definition   ...
      .
      .
      .
  END

The RCDATA statement defines a custom-data resource for an application. The custom data can be in whatever format the application requires. You can provide any number of RCDATA statements in a resource script file, but each statement must specify a unique resource-id value. A custom-data resource can be loaded from the executable file when needed by using the DosGetResource or DosGetResource2 functions with the RT_RCDATA resource type.