Hi all,

I've got a strange question:

How does private API declaration in a module (not class module) differ than public ones in terms of performance? Would 20 private declarations of CopyMemory across 20 different modules cause any overhead than just having 1 public declaration of CopyMemory?

Does anyone have any insight into this? I'm mainly asking this out of curiosity but also to determine what would be a best programming practice as currently I'm privately declaring all API calls in a module/class that use them.

I tried using search to find any existing topic but its throwing an error atm .