hab (HAB) - input

      Anchor-block handle.

    hmodMod (HMODULE) - input

      Module handle.

      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.

      ulId (ULONG) - input

        Message identifier.

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

      lcchMax (LONG) - input

        Specifies the size of buffer.

        The maximum length of a string is 256 character.

      pBuffer (PSZ) - input

        Points to the buffer that receives the message.

      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 (lcchMax-1).


        [Back] [Next]