Skocz do zawartości

IShellFolder::IShellView


Trixy

Recommended Posts

Czy ktos wie co jest nie tak w tym kodzie, jak probuje sie odwolac do funkcji klasy IShellView to kompilator sie zuca ze wskaznij na nic nie pokazuje:

IShellFolder *SF = NULL;
IShellView *SV = NULL;

SHGetDesktopFolder( &SF );
if( SF == NULL )
{
ShowMessage( "IShellFolder Error" );
return;
}

SF->CreateViewObject( 0 , IID_IShellView , (void**)&SV ) ;

if( SV == NULL )
{
ShowMessage( "IShellView Error" );
SF->Release();
return;
}

SV->Refresh();
SV->Release();
SF->Release();

Chodzi mi o zrealizowanie programowo zdazenia ktore ma miejsce gdy uzytkownik nacisnie F5 majac skupienie na pulpicie czyli jego odswierzenie

Link do komentarza
Udostępnij na innych stronach

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Gość
Odpowiedz...

×   Wkleiłeś zawartość bez formatowania.   Usuń formatowanie

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Utwórz nowe...