windows-nt/Source/XPSP1/NT/base/win32/fusion/appweek/inc/sxapwmycontext.h

15 lines
191 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/*
*/
#pragma once
class CSxApwMyContext //: public CSxApwTheirContext
{
typedef CSxApwTheirContext Base;
public:
CSxApwMyContext();
~CSxApwMyContext();
HRESULT Init();
};