void FNC_GetDistinctValue ( UDT_HANDLE udtHandle, void *returnValue, int bufSize, int *length )
- UDT_HANDLE udtHandle
- UDF、UDM、または外部ストアド プロシージャへの入力パラメータであると定義されているDISTINCT型UDTへのハンドル。
- void *returnValue
- DISTINCT型の値を戻すためにFNC_GetDistinctValueによって使用されるバッファを指すポインタ。
- int bufSize
- returnValueバッファのバイト単位のサイズ。
- int *length
- FNC_GetDistinctValueがreturnValueに入れて戻した値のバイト単位のサイズ。