Unit 'chipmunklib' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_chipmunkpas]

CP_HASH_PAIR

Declaration

Source position: chipmunklib.pas line 646

function CP_HASH_PAIR(

  A: LongWord;

  B: LongWord

):LongWord; overload;

function CP_HASH_PAIR(

  A: pointer;

  B: pointer

):LongWord; overload;

function CP_HASH_PAIR(

  A: LongWord;

  B: pointer

):LongWord; overload;

function CP_HASH_PAIR(

  A: Pointer;

  B: LongWord

):LongWord; overload;



CT Web help

CodeTyphon Studio