jdk/src/java.desktop/windows/classes/sun/awt/shell/Win32ShellFolder2.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 30949 5e54ad419c64
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   249                     parent = getDesktop();
   249                     parent = getDesktop();
   250                     while (pIDL != 0) {
   250                     while (pIDL != 0) {
   251                         // Get a child pidl relative to 'parent'
   251                         // Get a child pidl relative to 'parent'
   252                         long childPIDL = copyFirstPIDLEntry(pIDL);
   252                         long childPIDL = copyFirstPIDLEntry(pIDL);
   253                         if (childPIDL != 0) {
   253                         if (childPIDL != 0) {
   254                             // Get a handle to the the rest of the ID list
   254                             // Get a handle to the rest of the ID list
   255                             // i,e, parent's grandchilren and down
   255                             // i,e, parent's grandchilren and down
   256                             pIDL = getNextPIDLEntry(pIDL);
   256                             pIDL = getNextPIDLEntry(pIDL);
   257                             if (pIDL != 0) {
   257                             if (pIDL != 0) {
   258                                 // Now we know that parent isn't immediate to 'this' because it
   258                                 // Now we know that parent isn't immediate to 'this' because it
   259                                 // has a continued ID list. Create a shell folder for this child
   259                                 // has a continued ID list. Create a shell folder for this child