It is now safe to turn off
your computer.

Microsoft®

MicrosoftWindows®98Second Edition

Shutting Down...

Windows

. The current application will be terminated.

Windows98 Recovery

Windows has recovered from an unexpected shutdown
Windows can check online for a solution to the problem.

My Computer

My Computer

Select and item to view it's description
Floppy (A:)
(c:)
(D:)
Printers
Control Panel
Dial-Up Networking
Web Folders
    
    
My Computer

My Documents

My Documents

Select and item to view it's description
audio
BME
c0d3z
daily
dox
flix
glitched
SiN
vidz
w4r3z
www
    
    
My Documents

Project1 - Form1 - Microsoft Visual Basic

Project1 - Form1 (Code)

Project1

  • Project1
    • Forms
      • Form1

Properties

  • Alphabetic
  • Categorized
  • (Name)Form 1 Apperance1 - 3D AutoRedrawFalse BackColor
    &H8000F
    BorderStyle2- Sizable CaptionForm 1 ClipControlsTrue ControlBoxTrue DrawMode13 - Copy Pen DrawStyle0 - Solid DrawWidth1 EnabledTrue FillColor
    &H8000F
    FillStyleTransparent FontMS Sans Serif FontTransparentTrue ForeColor
    &H80000
    HasDCTrue Height3600 HelpContextID0 Icon(Icon) KeyPreviewFalse LinkMode0 - None LinkTopicForm1 MaxButtonTrue MDIChildFalse MinButtonTrue MouseIcon(None) MousePointer0 - Default MovableTrue NegotiateMenusTrue OLEDropMode0 - None Palette(None) PaletteMode0 - Halftone Picture(None) RightToLeftFalse ScaleHeight3195 ScaleLeft0 ScaleMode1 - Twip ScaleTop0 ScaleWidth4680 ShowInTaskbarTrue StartUpPositionWindows Default Top0 VisibleTrue WhatsThisButtonFalse WhatsThisHelpFalse Width4800 WindowState0 - Normal

    Layout

    test.cpp - Microsoft Visual Studio C++

    • test classes
      • Globals
        • About(HWND, UINT, WPARAM)
        • InitInstance(HINSTANCE, int nClass)
        • MyRegisterClass(HINSTANCE)
        • WimMain(HINSTANCE)
        • WinProc(HWND, UINT, WPARAM)
        • hlnst
        • szTitle
        • szWindowClass
    #include "stdafx.h"
    
    // constructor
    VssClient::VssClient()
    {
        m_bCoInitializeCalled = false;
        m_dwContext = VSS_CTX_BACKUP;
        m_latestSnapshotSetID = GUID_NULL;
        m_bDuringRestore = false;
    }
    
    // destructor
    VssClient::~VssClient()
    {
        // release the IVssBackupComponents interface
        // WARNING: this must be done BEFORE calling CoUninitialize()
        m_pVssObject = NULL;
    
        // call CoUninitialize if the CoInitialize was performed sucesfully
        if (m_bCoInitializeCalled)
            CoUninitialize();
    }
    
    // initialize the COM infrastructure and the internal pointers
    void VssClient::Initialize(DWORD dwContext, wstring xmlDoc, bool bDuringRestore)
    {
        FunctionTracer ft(DBG_INFO);
    
        // initialize COM
        CHECK_COM( CoInitialize(NULL) );
        m_bCoInitializeCalled = true;
    
        // initialize COM security
        CHECK_COM(
            CoInitializeSecurity(
                NULL,                           //  allow all VSS writers to communicate back
                -1,                              //  default COM authentication service
                NULL,                           //  default COM authorization service
                NULL,                           //  reserved param
                RPC_C_AUTHN_LEVEL_PKT_PRIVACY,  //  strongest COM authentication level
                RPC_C_IMP_LEVEL_IMPERSONATE,    //  minimal impersonation abilities
                NULL,                           //  default COM authentication settings
                EOAC_DYNAMIC_CLOAKING,          //  cloaking
                NULL                            //  reserved param
                ) );
    
        // create the internal backup components object
        CHECK_COM( CreateVssBackupComponents(&m_pVssObject) );
    
        // we doing a restore now?
        m_bDuringRestore = bDuringRestore;
    
        // call either Initialize for backup or for restore
        if (m_bDuringRestore)
        {
            CHECK_COM(m_pVssObject->InitializeForRestore(CComBSTR(xmlDoc.c_str())))
        }
        else
        {
            // initialize for backup
            if (xmlDoc.length() == 0)
                CHECK_COM(m_pVssObject->InitializeForBackup())
            else
                CHECK_COM(m_pVssObject->InitializeForBackup(CComBSTR(xmlDoc.c_str())))
    
    #ifdef VSS_SERVER
    
            // set the context, if different than the default context
            if (dwContext != VSS_CTX_BACKUP)
            {
                ft.WriteLine(L"- setting the VSS context to: 0x%08lx", dwContext);
                CHECK_COM(m_pVssObject->SetContext(dwContext) );
            }
    #endif
    
        }
    
        // keep the context
        m_dwContext = dwContext;
    
        // set various properties per backup components instance
        CHECK_COM(m_pVssObject->SetBackupState(true, true, VSS_BT_FULL, false));
    }
    
    // waits for the completion of the asynchronous operation
    void VssClient::WaitAndCheckForAsyncOperation(IVssAsync* pAsync)
    {
        FunctionTracer ft(DBG_INFO);
    
        ft.WriteLine(L"(waiting for the asynchronous operation to finish...)");
    
        // wait until the async operation finishes
        CHECK_COM(pAsync->Wait());
    
        // check the result of the asynchronous operation
        HRESULT hrReturned = S_OK;
        CHECK_COM(pAsync->QueryStatus(&hrReturned, NULL));
    
        // check if the async operation succeeded...
        if(FAILED(hrReturned))
        {
            ft.WriteLine(L"error during the last asynchronous operation.");
            ft.WriteLine(L"- returned HRESULT = 0x%08lx", hrReturned);
            ft.WriteLine(L"- error text: %s", FunctionTracer::HResult2String(hrReturned).c_str());
            ft.WriteLine(L"- please re-run VSHADOW.EXE with the /tracing option to get more details");
            throw(hrReturned);
        }
    }
    				
    Ready
    Ln 8,Col 1
    REC
    COL
    OVR
    READ

    AOHell 95 v3.0 B5

    Recycle Bin

    Recycle Bin

    This folder contains files and folders that you have deleted from your computer.

    To permanently remove all items and reclaim disk space, click Empty Recycle Bin

    To move all items back to their original locations, click Restore All

    Select an item to view its description

    Windows
    file:///C:/WINDOWS/web/:Empty Recycle Bin
    0 bytes
        

    µTorrent v1.3

    Saving
    KNOPPIX_2DVD-EN.iso from the Internet

    Estimated time left: 256 days, 13 hours, 29 minutes
    Download to:   C:\Downloads\KNOPPIX_2DVD-EN.iso
    Transer rate:    28.8mbps/sec

    ACiDDraw - MS-DOS

    ACiDDraw
    AOHell
    BO2K
    Calculator
    Calendar
    CD Rom
    Dial Up
    Disks  
    dreamweaver
    Documents
    FastTracker
    Solitaire
    Internet Explorer
    My Computer
    nero burning...
       Todo
    Photoshop
    putty
    regedit
    Dr Spewfy
    subSeven
    TONELOC
    Recycle Bin 
    utorrent
    vb6
    Visual Studio
    Winamp
    WinNuke
    ws_ftp
    xIRCon

    Windows98 Second Edition

    Windows98