hab (HAB) - input

      Anchor-block handle.

    Resource (HMODULE) - input

      Resource identity containing the string.

      NULLHANDLE

        Use the application's own resources file.
      Other
        Module handle returned by the DosLoadModule or DosQueryModuleHandle call referencing a dynamic-link library containing the resource.

      idString (ULONG) - input

        String identifier.

        It must be greater or equal to 0 and less or equal to 0xFFFF.

      lBufferMax (LONG) - input

        Size of buffer.

        The maximum length of a string is 256 characters.

      pszBuffer (PSZ) - output

        Buffer that is to receive the string.

      lLength (LONG) - returns

        The length of the string returned.

        This excludes the terminating null, and has the following values:

      • Error Other
          A maximum value of (lBufferMax-1).


        [Back] [Next]