Summary
        
          
    Get the number of sub-songs. 
    
        
		Syntax
		[DllImport(DLL, EntryPoint = "openmpt_module_get_num_subsongs")]
public static extern int ModuleGetNumSubsongs(IntPtr mod)
		Attributes
		
			
				
					
						| Type | Description | 
				
				
						
							| DllImportAttribute |  | 
				
			
		 
		Parameters
		
			
				
					
						| Name | Type | Description | 
				
				
						
							| mod | IntPtr | The module handle to work on. | 
				
			
		 
		Return Value
		
			
				
					
						| Type | Description | 
				
				
					
						| int | The number of sub-songs in the module.
    This includes any "hidden" songs (songs that share the same sequence, but start at different order indices) and "normal" sub-songs or "sequences" (if the format supports them). |