16 lines
260 B
C
16 lines
260 B
C
#include "progwrp.h"
|
|
|
|
HRESULT WINAPI Implementation_CoRegisterInitializeSpy(
|
|
IInitializeSpy *pSpy,
|
|
ULARGE_INTEGER *puliCookie
|
|
)
|
|
{
|
|
return E_NOTIMPL;
|
|
}
|
|
|
|
HRESULT WINAPI Implementation_CoRevokeInitializeSpy(
|
|
ULARGE_INTEGER uliCookie
|
|
)
|
|
{
|
|
return E_NOTIMPL;
|
|
} |