Class diagrame: function pointer as operation parameter

Hi,

In a class diagram, I’d like to add an operation which takes a function pointer as parameter. The C function declaration is the following:

BOOLEAN bSetCallback(INT8 (*fpCallback)(UINT8, BOOLEAN));

I have some troubles to find the correct values to specify in the parameter specification dialog box. Are the following values correct according to the function declaration?

Name: fpCallback
Operation: bSetCallback
Type: INT8(UINT8, BOOLEAN)
Type modifier: *
Direction: in

Thanks for your help!