cb (ULONG) - input

      Number of 4-byte DWORDs to allocate.

      Up to 8 DWORDs (32 bytes) can be requested each time this function is called. A maximum of 32 DWORDs (128 bytes) can be allocated in total.

    p (PULONG *) - output

      Address of the memory block returned by the function.

    rc (APIRET) - returns

      Return Code.

      This function returns one of the following values:

    • NO_ERROR 8
        ERROR_NOT_ENOUGH_MEMORY
      87
        ERROR_INVALID_PARAMETER
      For a full list of error codes, see Errors.


    [Back] [Next]