Function parameter in: "void __cdecl Function(class Class1 *,float const (* const)[4]);"

P

Polanski24

Hello!

Above function prototype is result of call to UnDecorateSymbolName
Win32 API function. My problem is that I am not sure how to understand
syntax of second parameter:
"float const (* const)[4]".
Any hints will be greatly appreciated.

Cheers,

Jacek
 
R

Rolf Magnus

Polanski24 said:
Hello!

Above function prototype is result of call to UnDecorateSymbolName
Win32 API function. My problem is that I am not sure how to understand
syntax of second parameter:
"float const (* const)[4]".
Any hints will be greatly appreciated.

It's a constant pointer to a constant array of 4 float.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top