I don't understand what this line of code does. (PMOMISCHEADER & LPVOID are pointer datatypes)

typedef BOOL  (CALLBACK * PFNMISCBLOBCALLBACK) (PMOMISCHEADER pmoMiscHdr, LPVOID pData);

I need to understand this because an API I'm using takes a pointer of datatype PFNMISCBLOBCALLBACK as a parameter.

Thanks in advance.

Recommended Answers

All 2 Replies

Thanks for the quick response. I'll read through the fn ptrs.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.