The buffer for holding the return value is not specified. | |
Details | The buffer that holds the return value of the call was passed a NULL value. For the call to return the data requested, a parameter must be specified to hold a pointer to the result. Supply a value for this parameter. |