ulSize (ULONG) - input
Can be specified as 0. In this case, the function returns the size of the transform data:
ulSize=GreSaveXformData (hdc, 0, 0); /* Find out how large the buffer must be, */ GreSaveXformData (hdc, ulSize, pBuffer); /* then save the transform state. */