#include “apdefap.h”
void OnLButtonDown(char* lpszPictureName, char* lpszObjectName, char* lpszPropertyName, UINT nFlags, int x, int y)
{
if (strcmp(“scsl1”,GetTagChar(“pass2”))==0)
{SetTagBit(“ok”,1);}
else
{ SetTagBit(“ok”,0);}
}
#include “apdefap.h”
void OnLButtonDown(char* lpszPictureName, char* lpszObjectName, char* lpszPropertyName, UINT nFlags, int x, int y)
{
if (strcmp(“scsl1”,GetTagChar(“pass2”))==0)
{SetTagBit(“ok”,1);}
else
{ SetTagBit(“ok”,0);}
}