Stroika Library
3.0d18
Help-Home
Loading...
Searching...
No Matches
ActiveLedIt.h
1
/*
2
* Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3
*/
4
#ifndef __ActiveLedIt_h__
5
#define __ActiveLedIt_h__ 1
6
7
#include "Stroika/Foundation/StroikaPreComp.h"
8
9
#include <afxctl.h>
10
11
#include "ActiveLedItConfig.h"
12
13
class
ActiveLedItApp :
public
COleControlModule {
14
private
:
15
using
inherited = COleControlModule;
16
17
public
:
18
virtual
BOOL InitInstance ()
override
;
19
virtual
int
ExitInstance ()
override
;
20
};
21
22
extern
const
GUID CDECL _tlid;
23
extern
const
WORD _wVerMajor;
24
extern
const
WORD _wVerMinor;
25
26
/*
27
********************************************************************************
28
***************************** Implementation Details ***************************
29
********************************************************************************
30
*/
31
32
#endif
/*__ActiveLedIt_h__*/
Samples
ActiveLedIt
Sources
ActiveLedIt.h
Generated by
1.9.8