GetProductDescription

Returns the product description string.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  char *GetProductDescription( 
     char   *buffer );
  

Parameters

buffer

(IN/OUT) Points to the buffer where a length-preceeded string is copied which contains the product description.

Return Values

If successful, copies the product description string to the buffer and returns a pointer to the string.

Remarks

The minimum product description buffer is defined as 256 characters. It is up to the caller to provide a sufficient buffer, or this function overwrites the end of the buffer and causes a page fault.