|
-
Apr 26th, 2011, 10:23 AM
#1
Thread Starter
New Member
Api Declarations - Public vs Private
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 .
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|