DAS
3.1.6 - 18/09/2017
|
DAS password request. More...
#include <io.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "mgui.h"
#include "DAS_Spatram.h"
Go to the source code of this file.
Functions | |
void | ActPWDSysCB (MOBJECT edit, char *text, void *ed) |
int | MDCreateSh_PWD () |
Password shell. Procedure that build the shell for the System password in order to access the control panel of the application. More... | |
Variables | |
short int | NumRip = 0 |
DAS password request.
Definition in file PWD.C.
void ActPWDSysCB | ( | MOBJECT | edit, |
char * | text, | ||
void * | ed | ||
) |
Definition at line 39 of file PWD.C.
References DPWD, False, dpwd::FlgSh_PWD, MEditSetTextExt(), NumRip, and dpwd::PwdOK.
Referenced by MDCreateSh_PWD().
int MDCreateSh_PWD | ( | void | ) |
Password shell. Procedure that build the shell for the System password in order to access the control panel of the application.
Definition at line 105 of file PWD.C.
References ActPWDSysCB(), DAS, DPWD, FIXED_MEDIUM, FIXED_SMALL, dpwd::FlgSh_PWD, das::Gui, MCreateHiddenEdit(), MCreateLabel(), MCreateRowForm(), MCreateShell(), MEditSetActCallback(), MEditSetFilter(), MLoopWhileFlag(), MObjectSetBackgroundRGB(), MObjectSetForegroundRGB(), MObjectSetResize(), MShellDestroy(), MShellRaise(), MShellRealize(), MShellUnrealize(), dpwd::PwdOK, SF_MODAL, shells::Sh_PWD, gui::Shells, and True.
short int NumRip = 0 |
Definition at line 28 of file PWD.C.
Referenced by ActPWDSysCB().