Rot1’s Weblog

General Programming And Some Softwares

Table Of Contents

Posted by Rot1 on May 16, 2008

Perfix     Data Type

a              Array (of any kind)

ch            Single Character

cb            Count of bytes

tp             Function Pointer or FILE pointer 

h               Handle (generic handle, Example - ReadFile(hFile,..))

i                An index

l                Long integer (int C, Pascal:longint, Exmaple - SendMessage(..,lParam))

lp              Far or large pointer (Example - FindWindow(lpClassName,..))

n               Integer

np             Near or small pointer

sz              ASCIIZ String (NULL Terminating String)

w               Word (unsigned int, Exmaple - PostMessage(..,wParam))

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Variable name          Explanation

pfOutput                      Points to output file

szName                       Character value

chInput                       Character

iLoop                          Index Loop  

Leave a Reply

You must be logged in to post a comment.