constructor


pfcapsrv.pbl   >   pfc_n_cst_filesrvwin32   >   constructor   

Full name pfc_n_cst_filesrvwin32.constructor
Access public
Extend of
Return value
Prototype event constructor()

Name Datatype
No Data

Name Datatype
No Data

event constructor;call super::constructor;//////////////////////////////////////////////////////////////////////////////
//	Event:  Constructor
//	Description:	Set the instance variables for the directory separator
//						and wildcard for all files for this OS.
//////////////////////////////////////////////////////////////////////////////
//	Rev. History:	Version
//						5.0   Initial version
// 					5.0.03	Replace Uint with Ulong in Local External Functions for full NT 4.0
//									32 bit compatibility (handle type variables).
//						5.0.03	Changed object structure os_securityattributes datatype from char to string
//									to fix NT 4.0 directory creation inconsistency
//////////////////////////////////////////////////////////////////////////////
//	Copyright © 1996-1999 Sybase, Inc. and its subsidiaries.  All rights reserved.  Any distribution of the 
// PowerBuilder Foundation Classes (PFC) source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//////////////////////////////////////////////////////////////////////////////
is_Separator = "\"
is_AllFiles = "*.*"
end event

     
Name Owner
No Data

     
Name Owner
nonvisualobject.constructor nonvisualobject

     
Full name
No Data

     
Name Scope
No Data