PATH 
ADC Home > Documentation > Hardware > Device Managers and Drivers > PCI Card Services > Designing PCI Cards and Drivers for Power Macintosh Computers


  

StrLen

UInt32 PStrLen (ConstStr255Param src);

UInt32 CStrLen (const char *src);
DESCRIPTION

CStrLen returns the length of the C string src in characters. This does not include the terminating null character. PStrLen returns the length of the Pascal string src in characters.


© 1999 Apple Computer, Inc. – (Last Updated 26 March 99)