cookgaq.blogg.se

Free microstation mdl apps
Free microstation mdl apps










free microstation mdl apps

Remarks dlmSystem_mdlFopen is merely a layer on top of fopen.

free microstation mdl apps

Since dlmSystem_mdlFopen returns the FILE pointer that fopen returns, MDL and native code can use this FILE pointer without concern for how the file was opened. Returns the FILE that fopen returns to dlmSystem_mdlFopen. Opens a file and associates it with an MDL application. More.ĭetailed Description Function Documentation More.ĭuplicates a string saving it in memory it allocated using dlmSystem_mdlMalloc. Reallocates a block of memory to the specified size in bytes. More.ĭlmSystem_mdlRealloc (void *oldBlockP, size_t newSize) More.Īllocates a block of memory of the specified size in bytes. More.ĭlmSystem_mdlFreopen (WCharCP nameP, WCharCP accessP, FILE *fileP)Ĭalls freopen and associates the returned file pointer with the current MDL app. More.įrees memory allocated by dlmSystem_mdlMalloc, dlmSystem_mdlCalloc or dlmSystem_mdlRealloc. More.ĭlmSystem_mdlFopen (WCharCP pFileName, WCharCP pFileAccess) More.Ĭloses the specified file, so that further read/write operations are not allowed.

free microstation mdl apps

More.ĭlmSystem_mdlCalloc (size_t arg1, size_t arg2)Īllocates memory for the specified number of objects of the given size, and associates that memory with the current MDL descriptor. DlmSystem_setFunction (int type, void *DLMUserP, int(*funcP)())ĭlmSystem_displayError (WCharCP formatP.)ĭisplays a error message to the same place MicroStation's DLM loader displays errors.












Free microstation mdl apps