
Replacement in Object TOOLKIT: |

ProInfoWindowDisplay | |
( ProPath file_name /* (In) The file name. The name can include the directory path. */ ProInfoWindowLocation* location /* (In) The location of the window. If this is NULL, the function uses the default window position settings. */ ProInfoWindowSize* size /* (In) The size of the window, in the number of lines and columns. If this is NULL, the function uses the default values. The default value for rows is 24, and the default for columns is 80. The valid values for rows is between 6 and 33. The valid values for columns is between 8 and 80. */ ) |

The function successfully created the window. | |
The specified file name is NULL, or is empty. | |
The function cannot open the file, or cannot find it. |


