| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        IN
         | 
      ||
| 
        
        pLikeString
         | 
      
        
        char *
        
       
        OAWCHAR *
         | 
      
        
        The pattern string to check against.
         | 
     
| 
        
        pMatchString
         | 
      
        
        char *
        
       
        OAWCHAR *
         | 
      
        
        The input string that needs to be checked.
         | 
     
| 
        
        RETURN
         | 
      ||
| 
        
        int
         | 
      
        
        TRUE - pMatchString matches the pLikeString pattern.
        
       
        FALSE - pMatchString does not match the pLikeString pattern.
         |